MastodonOEmbed.fromJson constructor

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

Implementation

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