GoogleCloudDialogflowCxV3DeployFlowRequest.fromJson constructor

GoogleCloudDialogflowCxV3DeployFlowRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowCxV3DeployFlowRequest.fromJson(core.Map json_)
    : this(
        flowVersion: json_.containsKey('flowVersion')
            ? json_['flowVersion'] as core.String
            : null,
      );