GoogleCloudDialogflowCxV3FlowImportStrategy.fromJson constructor
GoogleCloudDialogflowCxV3FlowImportStrategy.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3FlowImportStrategy.fromJson(core.Map json_)
: this(
globalImportStrategy: json_.containsKey('globalImportStrategy')
? json_['globalImportStrategy'] as core.String
: null,
);