length property

int length

Returns the file's length in bytes

Implementation

int get length => _bytes.lengthInBytes;