menu
data_serializer package
documentation
data_serializer_io.dart
BytesFileIO
position property
position property
dark_mode
light_mode
position
property
@
override
int
get
position
override
The current read/write cursor position in the bytes buffer.
Implementation
@override int get position => _position;
data_serializer package
documentation
data_serializer_io
BytesFileIO
position property
BytesFileIO class