MastodonSuggestion.fromJson constructor

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

Creates a MastodonSuggestion from a JSON map.

Implementation

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