isEmpty property

bool get isEmpty

Whether any write was performed on the buffer.

header is not considered a write.

Implementation

bool get isEmpty => _buffer.isEmpty;