MediaProfile.fromJson constructor

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

Implementation

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