menu
blockchain_utils package
documentation
layout/byte/byte_handler.dart
LayoutByteReader
isEnd method
isEnd method
dark_mode
light_mode
isEnd
method
bool
isEnd
(
int
offset
)
Implementation
bool isEnd(int offset) { return offset >= _bytes.length; }
blockchain_utils package
documentation
layout/byte/byte_handler
LayoutByteReader
isEnd method
LayoutByteReader class