GoogleAppsCardV1SuggestionItem constructor

GoogleAppsCardV1SuggestionItem({
  1. String? text,
})

Implementation

GoogleAppsCardV1SuggestionItem({
  this.text,
});