menu
blockchain_utils package
documentation
utils/binary/bytes_tracker.dart
DynamicByteTracker
last property
last property
dark_mode
light_mode
last
property
int
get
last
Get the last byte in the tracked bytes.
Implementation
int get last => _buffer.last;
blockchain_utils package
documentation
utils/binary/bytes_tracker
DynamicByteTracker
last property
DynamicByteTracker class