toJson method
Implementation
Map<String, dynamic> toJson() {
final convert608To708 = this.convert608To708;
final sourceAncillaryChannelNumber = this.sourceAncillaryChannelNumber;
final terminateCaptions = this.terminateCaptions;
return {
if (convert608To708 != null) 'convert608To708': convert608To708.toValue(),
if (sourceAncillaryChannelNumber != null)
'sourceAncillaryChannelNumber': sourceAncillaryChannelNumber,
if (terminateCaptions != null)
'terminateCaptions': terminateCaptions.toValue(),
};
}