availableBytes property

int get availableBytes

Available bytes

Implementation

int get availableBytes => length - _position;