createTime property
~english Gets the Unix timestamp for uploading the shared file, in milliseconds.
Return The Unix timestamp for uploading the shared file, in milliseconds. ~end
~chinese 共享文件的上传时间戳,单位为毫秒。 ~end
Implementation
int? get createTime => _createTime;