MediaInfo.fromJson constructor

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

Implementation

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