sizeInBytes property

int get sizeInBytes

Gets the file size in bytes.

Implementation

int get sizeInBytes {
  return content.length;
}