GoogleAppsCardV1SuggestionItem.fromJson constructor

GoogleAppsCardV1SuggestionItem.fromJson(
  1. Map json_
)

Implementation

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