count property

  1. @override
int get count
override

Returns the amount of data read in the specified units. The data unit depends on the reader implementation and how the data is encoded.

Implementation

@override
int get count => _readDataSize;