GoogleCloudRetailV2PinControlMetadataProductPins.fromJson constructor

GoogleCloudRetailV2PinControlMetadataProductPins.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRetailV2PinControlMetadataProductPins.fromJson(core.Map json_)
  : this(
      productId:
          (json_['productId'] as core.List?)
              ?.map((value) => value as core.String)
              .toList(),
    );