length property

int length

The length of the file in characters.

Implementation

int get length => _decodedChars.length;