GoogleCloudChannelV1SkuGroupCondition.fromJson constructor

GoogleCloudChannelV1SkuGroupCondition.fromJson(
  1. Map json_
)

Implementation

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