GoogleMapsPlacesV1EVChargeOptions class
Information about the EV Charge Station hosted in Place.
Terminology follows https://afdc.energy.gov/fuels/electricity_infrastructure.html One port could charge one car at a time. One port has one or more connectors. One station has one or more ports.
Constructors
-
GoogleMapsPlacesV1EVChargeOptions({List<
GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation> ? connectorAggregation, int? connectorCount}) - GoogleMapsPlacesV1EVChargeOptions.fromJson(Map json_)
Properties
-
connectorAggregation
↔ List<
GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation> ? -
A list of EV charging connector aggregations that contain connectors of
the same type and same charge rate.
getter/setter pair
- connectorCount ↔ int?
-
Number of connectors at this station.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited