copy
fun copy(targetCharge: Energy = this.targetCharge, chargingTime: Duration = this.chargingTime, chargingParkUuid: UUID = this.chargingParkUuid, connectorDetails: ConnectorDetails = this.connectorDetails, chargingPower: Power? = this.chargingPower): ChargingInformation
Deprecated
This API is deprecated and will be removed with the next major release.
Replace with
ChargingInformation(targetCharge, chargingTime, chargingParkUuid, connectorDetails, chargingPower)
Content copied to clipboard