menu
jetleaf_lang package
documentation
lang.dart
ByteArrayInputStream
size property
size property
dark_mode
light_mode
size
property
int
get
size
Returns the size of the buffer.
Implementation
int get size => _buffer.length;
jetleaf_lang package
documentation
lang
ByteArrayInputStream
size property
ByteArrayInputStream class