ChargingConnectorAttributes class

Details of the connector that is suggested to be used in the section's PostAction's for charging.

Constructors

ChargingConnectorAttributes(double powerInKilowatts, double? currentInAmperes, double? voltageInVolts, ChargingSupplyType? supplyType, ChargingConnectorType? connectorType)
Creates a new instance.

Properties

connectorType ChargingConnectorType?
Suggested connector for charging at this station.
getter/setter pair
currentInAmperes ↔ double?
Current of the suggested connector in Amperes.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
powerInKilowatts ↔ double
Power supplied by the suggested connector in kW.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
supplyType ChargingSupplyType?
Supply type of the suggested connector.
getter/setter pair
voltageInVolts ↔ double?
Voltage of the suggested connector in Volts.
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.