ClosedCaptionTrackInfo.fromJson constructor

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

Implementation

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