Content constructor
Content({})
Default constructor for the Content class
Implementation
Content({
this.url,
this.type,
this.fileSize,
this.medium,
this.isDefault,
this.expression,
this.bitrate,
this.framerate,
this.samplingrate,
this.channels,
this.duration,
this.height,
this.width,
this.lang,
});