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