toJson method

Map<String, dynamic> toJson()

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!,
    };