Suggestion.fromJson constructor
Suggestion.fromJson(
- Map json_
Implementation
Suggestion.fromJson(core.Map json_)
: this(subtype: json_['subtype'] as core.String?);
Suggestion.fromJson(core.Map json_)
: this(subtype: json_['subtype'] as core.String?);