isEmpty property
bool
get
isEmpty
Whether the buffer contains no entries.
Implementation
bool get isEmpty => _entries.isEmpty;
Whether the buffer contains no entries.
bool get isEmpty => _entries.isEmpty;