GoogleCloudRetailV2RemoveControlRequest.fromJson constructor

GoogleCloudRetailV2RemoveControlRequest.fromJson(
  1. Map json_
)

Implementation

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