isNotEmpty property
bool
get
isNotEmpty
Returns true if the buffer is not empty.
Implementation
bool get isNotEmpty => _buffer.isNotEmpty;
Returns true if the buffer is not empty.
bool get isNotEmpty => _buffer.isNotEmpty;