EVChargingTariffDimension enum

Represents the dimension the price component, which determines what is being charged and how:

  • time: Price per unit of time spent charging.

  • energy: Price per unit of energy consumed during charging.

  • flat: One-time fee charged per session.

  • parking time: Price per unit of time not charging but parked at the charger.

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

Values

time → const EVChargingTariffDimension

Time-based rate, defined in hours.

energy → const EVChargingTariffDimension

Energy-based rate, defined in kWh.

flat → const EVChargingTariffDimension

Single fee charged once per charging session.

parkingTime → const EVChargingTariffDimension

Time-based rate when not charging but parked at the charger, defined in hours.

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
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
toString() → String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<EVChargingTariffDimension>
A constant List of the values in this enum, in order of their declaration.