copy

fun copy(auxiliaryPower: Power? = this.auxiliaryPower, speedConsumption: Map<Speed, ElectricConsumption> = this.speedConsumption): ElectricVehicleConsumption

Deprecated

This will be removed from future releases after 2025-10-10.

Replace with

ElectricVehicleConsumption(auxiliaryPower, speedConsumption)