EVSEConnector class - search library - Dart API
EVSEConnector
EVSEConnector class
EVSE connector.
Constructors
Properties
- cpoId ↔ String?
-
CPO ID of the connector.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setter
- id ↔ String?
-
HERE ID of the connector.
getter/setter pair
- maxPowerInKilowatts ↔ double?
-
Maximum charge power of connector in kW.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- typeId ↔ String?
-
Connector type ID. For more information on the current connector types,
see resource-type-connector-types.html.
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.