fileSize property
~english Gets the data length of the shared file, in bytes.
Return The data length of the shared file, in bytes. ~end
~chinese 共享文件大小,单位为字节。 ~end
Implementation
int? get fileSize => _fileSize;
~english Gets the data length of the shared file, in bytes.
Return The data length of the shared file, in bytes. ~end
~chinese 共享文件大小,单位为字节。 ~end
int? get fileSize => _fileSize;