MastodonFeaturedTag.fromJson constructor
Creates a MastodonFeaturedTag from a JSON map.
Implementation
factory MastodonFeaturedTag.fromJson(Map<String, dynamic> json) =>
_$MastodonFeaturedTagFromJson(json);
Creates a MastodonFeaturedTag from a JSON map.
factory MastodonFeaturedTag.fromJson(Map<String, dynamic> json) =>
_$MastodonFeaturedTagFromJson(json);