AlbumMedia constructor
AlbumMedia({})
Implementation
AlbumMedia({
required this.id,
this.uri = '',
required this.mediaType,
this.mediaPath = '',
this.fileExtension = '',
this.fileSize = 0,
this.videoThumbnailPath,
this.duration = 0,
});