fileSize property

int? fileSize

Gets the data length of the shared file, in bytes.

Return The data length of the shared file, in bytes.

Implementation

int? get fileSize => _fileSize;