toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (format != null) 'format': format!,
if (frameRate != null) 'frameRate': frameRate!,
if (ingestionInfo != null) 'ingestionInfo': ingestionInfo!,
if (ingestionType != null) 'ingestionType': ingestionType!,
if (resolution != null) 'resolution': resolution!,
};