File constructor
File({
- VideoFileMetadata? videoMetadata,
- String name = '',
- String displayName = '',
- String mimeType = '',
- int sizeBytes = 0,
- Timestamp? createTime,
- Timestamp? updateTime,
- Timestamp? expirationTime,
- Uint8List? sha256Hash,
- String uri = '',
- String downloadUri = '',
- File_State state = File_State.$default,
- File_Source source = File_Source.$default,
- Status? error,
Implementation
File({
this.videoMetadata,
this.name = '',
this.displayName = '',
this.mimeType = '',
this.sizeBytes = 0,
this.createTime,
this.updateTime,
this.expirationTime,
this.sha256Hash,
this.uri = '',
this.downloadUri = '',
this.state = File_State.$default,
this.source = File_Source.$default,
this.error,
}) : super(fullyQualifiedName);