sizeInBytes property
int
get
sizeInBytes
Gets the file size in bytes.
Implementation
int get sizeInBytes {
return content.length;
}
Gets the file size in bytes.
int get sizeInBytes {
return content.length;
}