isNotEmpty property
bool
get
isNotEmpty
Whether the buffer is not empty.
Implementation
bool get isNotEmpty => buffer.isNotEmpty;
Whether the buffer is not empty.
bool get isNotEmpty => buffer.isNotEmpty;