EVChargingOpeningHours class

Represents the times when the EVSEs at the charging location can be accessed for charging.

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.

Constructors

EVChargingOpeningHours()

Properties

chargingWhenClosed ↔ bool
Indicates if it is allowed to leave vehicles in the charging location to continue charging outside opening hours.
getter/setter pair
exceptions ↔ List<EVChargingOpeningHoursException>
List of opening hours exceptions for EV charging locations.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
open24x7 ↔ bool
Indicates if the charging location is open 24 hours a day, 7 days per week. If true, EVChargingOpeningHours.regularSchedule and EVChargingOpeningHours.exceptions will be empty.
getter/setter pair
regularSchedule ↔ List<EVChargingOpeningHoursSchedule>
List of regular opening hours schedule for EV charging locations.
getter/setter pair
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.