length property
int
get
length
Returns the length of the file in bytes The file does NOT have to be open to determine its length. See:
Implementation
int get length => _file.lengthSync();
Returns the length of the file in bytes The file does NOT have to be open to determine its length. See:
int get length => _file.lengthSync();