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