isEOF property

bool get isEOF

Whether this bytes buffer has been fully read.

Implementation

bool get isEOF => _data?.length == _offset;