GoogleCloudDialogflowCxV3FlowImportStrategy.fromJson constructor

GoogleCloudDialogflowCxV3FlowImportStrategy.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowCxV3FlowImportStrategy.fromJson(core.Map json_)
    : this(
        globalImportStrategy: json_['globalImportStrategy'] as core.String?,
      );