totalSize property

int totalSize

Get the file size. See also actualSize.

Implementation

int get totalSize {
  return _totalSize(_handle);
}