GoogleCloudDialogflowCxV3GeneratorPlaceholder.fromJson constructor
GoogleCloudDialogflowCxV3GeneratorPlaceholder.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3GeneratorPlaceholder.fromJson(core.Map json_)
: this(
id: json_['id'] as core.String?,
name: json_['name'] as core.String?,
);