menu
googleapis package
documentation
chat/v1.dart
GoogleAppsCardV1SuggestionItem
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
core.Map<core.String, core.dynamic> toJson() { final text = this.text; return {'text': ?text}; }
googleapis package
documentation
chat/v1
GoogleAppsCardV1SuggestionItem
toJson method
GoogleAppsCardV1SuggestionItem class