GoogleCloudRetailV2AddControlRequest.fromJson constructor

GoogleCloudRetailV2AddControlRequest.fromJson(
  1. Map json_
)

Implementation

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