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