isEmptyBuffer method

bool isEmptyBuffer()

If the summary buffer is empty.

Implementation

bool isEmptyBuffer() => _buffer.isEmpty;