Medium constructor
Medium({})
Implementation
Medium({
required this.id,
this.filename,
this.title,
this.mediumType,
this.width,
this.height,
this.size,
this.orientation = 0,
this.mimeType,
this.duration = 0,
this.creationDate,
this.modifiedDate,
});