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