usedBytes property

  1. @override
int get usedBytes
inherited

The number of read bytes.

Implementation

@override
int get usedBytes => _offset;