MediaItem constructor
MediaItem({})
Implementation
MediaItem({
this.id,
this.createdDate,
this.remoteId,
this.uploadedFileUrl,
this.metaData,
this.tags,
this.transcriptionUrl,
this.transcriptionLength,
this.fileType,
this.title,
// this.thumbnailURL,
// this.previewURL,
this.duration,
this.addedToLibrary,
});