GoogleCloudChannelV1PurchasableSku.fromJson constructor
GoogleCloudChannelV1PurchasableSku.fromJson(
- Map json_
Implementation
GoogleCloudChannelV1PurchasableSku.fromJson(core.Map json_)
: this(
sku: json_.containsKey('sku')
? GoogleCloudChannelV1Sku.fromJson(
json_['sku'] as core.Map<core.String, core.dynamic>)
: null,
);