GoogleCloudDialogflowCxV3GeneratorPlaceholder.fromJson constructor

GoogleCloudDialogflowCxV3GeneratorPlaceholder.fromJson(
  1. Map json_
)

Implementation

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