MediaLinkeable.fromJson constructor

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

Implementation

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