createTime property Null safety

int? createTime

Gets the Unix timestamp for uploading the shared file, in milliseconds.

Return The Unix timestamp for uploading the shared file, in milliseconds.

Implementation

int? get createTime => _createTime;