ClosedCaptionFormat.fromJson constructor

ClosedCaptionFormat.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ClosedCaptionFormat.fromJson(Map<String, dynamic> json) =>
    _$ClosedCaptionFormatFromJson(json);