length property

  1. @override
int length
override

How many bytes are left in the stream.

Implementation

@override
int get length => _fileSize;