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 will be removed from future releases after 2025-04-24.

Replace with

ChargingInformation(targetCharge, chargingTime, chargingParkUuid, connectorDetails, chargingPower)