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