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