hasRemaining property
Whether the buffer has data remaining to read.
Implementation
bool get hasRemaining => _position < data.lengthInBytes;
Whether the buffer has data remaining to read.
bool get hasRemaining => _position < data.lengthInBytes;