isEmpty property

bool get isEmpty

Returns true if the buffer is empty.

Implementation

bool get isEmpty => _buffer.isEmpty;