toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final h264 = this.h264;
  final h265 = this.h265;
  final vp9 = this.vp9;
  return {'h264': ?h264, 'h265': ?h265, 'vp9': ?vp9};
}