Suggestion.fromJson constructor

Suggestion.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Suggestion.fromJson(Map<String, Object?> json) =>
    _$SuggestionFromJson(json);