ProvisioningModelMix.fromJson constructor
ProvisioningModelMix.fromJson(
- Map json_
Implementation
ProvisioningModelMix.fromJson(core.Map json_)
: this(
standardCapacityBase: json_['standardCapacityBase'] as core.int?,
standardCapacityPercentAboveBase:
json_['standardCapacityPercentAboveBase'] as core.int?,
);