unreadableBytes property
The number of unreadable bytes encountered after the last successfully
read byte.
This can be used to determine the number of bytes that should be skipped
before a subsequent readMemory
request succeeds.
Implementation
final int? unreadableBytes;