availableBytes property

int availableBytes

Available bytes

Implementation

int get availableBytes => length - _position;