isNotEmpty property
Returns whether the buffer is not empty. This is a constant-time operation.
Implementation
bool get isNotEmpty => !isEmpty;
Returns whether the buffer is not empty. This is a constant-time operation.
bool get isNotEmpty => !isEmpty;