GoogleCloudChannelV1SkuGroup.fromJson constructor
GoogleCloudChannelV1SkuGroup.fromJson(
- Map json_
Implementation
GoogleCloudChannelV1SkuGroup.fromJson(core.Map json_)
: this(
displayName: json_['displayName'] as core.String?,
name: json_['name'] as core.String?,
);