isBufferSet method

bool isBufferSet()

Return true if buffer is set, false otherwise.

Implementation

bool isBufferSet() => _buffer != null;