GoogleAppsCardV1SuggestionItem.fromJson constructor
GoogleAppsCardV1SuggestionItem.fromJson(
- Map json_
Implementation
GoogleAppsCardV1SuggestionItem.fromJson(core.Map json_)
: this(
text: json_['text'] as core.String?,
);