menu
io_universe package
documentation
core/bytes_builder.dart
BytesBuilder
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
Whether the buffer is empty.
Implementation
bool get isEmpty => length == 0;
io_universe package
documentation
core/bytes_builder
BytesBuilder
isEmpty property
BytesBuilder class