ClosedCaptionPart.fromJson constructor

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

Implementation

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