toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final default_ = this.default_;
final fhd = this.fhd;
final high = this.high;
final maxres = this.maxres;
final medium = this.medium;
final qhd = this.qhd;
final standard = this.standard;
final uhd = this.uhd;
return {
'default': ?default_,
'fhd': ?fhd,
'high': ?high,
'maxres': ?maxres,
'medium': ?medium,
'qhd': ?qhd,
'standard': ?standard,
'uhd': ?uhd,
};
}