size property

int? size
final

Size of this StorageFile (in bytes).

May be null in case this StorageFile is not ready on a file storage yet. May be also computed, once this StorageFile is ready and successfully downloaded from a file storage.

Implementation

final int? size;