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