Content constructor
const
Content({})
Implementation
const Content({
this.url,
this.type,
this.fileSize = 0,
this.medium,
this.isDefault,
this.expression,
this.bitrate = 0,
this.framerate = 0,
this.samplingrate = 0,
this.channels = 0,
this.duration = 0,
this.height = 0,
this.width = 0,
this.lang,
});