MediaMeta.fromJson constructor

MediaMeta.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory MediaMeta.fromJson(Map<String, Object?> json) =>
    _$MediaMetaFromJson(json);