hasBytes method

bool hasBytes(
  1. int count
)

Does the input have the numbe of bytes.

Implementation

bool hasBytes(int count) => _data.lengthInBytes - _offset >= count;