EVChargingPoolDetails class

Electric vehicle charging pool details.

Constructors

EVChargingPoolDetails()

Properties

evChargingOnSite ↔ bool?
Indicates if the Place offers EV charging to customer or the general public.
getter/setter pair
evNetwork ↔ String?
The name of the EV Network that operates the charging station. Note: not all stations participate in a network.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
ownerInformation ↔ String?
Represents the party of ownership provided by some suppliers.
getter/setter pair
reservable ↔ bool?
Indicates if the charging stations can be reserved. Note: Reservable charging stations operate on a first-come/first served basis.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
totalNumberOfStations ↔ int?
Indicates the total number of stations available on the charging pool.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.