@override Map<String, dynamic> toJson() { final json = super.toJson(); json.addAll({ 'width': width, 'height': height, 'fps': fps, 'type': 'video', }); return json; }