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