GoogleCloudDialogflowCxV3ExportFlowRequest.fromJson constructor
GoogleCloudDialogflowCxV3ExportFlowRequest.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3ExportFlowRequest.fromJson(core.Map json_)
: this(
flowUri: json_['flowUri'] as core.String?,
includeReferencedFlows: json_['includeReferencedFlows'] as core.bool?,
);