ChargeLevel

Specifies the capacity and current charge of the EV.

Constructors

Link copied to clipboard
constructor(currentCharge: Energy, maxCharge: Energy)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun component1(): Energy
Link copied to clipboard
operator fun component2(): Energy
Link copied to clipboard
fun copy(currentCharge: Energy, maxCharge: Energy): ChargeLevel
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int