ProvisioningModelMix.fromJson constructor

ProvisioningModelMix.fromJson(
  1. Map json_
)

Implementation

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