GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation.fromJson constructor

GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation.fromJson(
  1. Map json_
)

Implementation

GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation.fromJson(core.Map json_)
  : this(
      availabilityLastUpdateTime:
          json_['availabilityLastUpdateTime'] as core.String?,
      availableCount: json_['availableCount'] as core.int?,
      count: json_['count'] as core.int?,
      maxChargeRateKw: (json_['maxChargeRateKw'] as core.num?)?.toDouble(),
      outOfServiceCount: json_['outOfServiceCount'] as core.int?,
      type: json_['type'] as core.String?,
    );