copy

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

Deprecated

This will be removed 6 months after the next release.

Replace with

ElectricVehicleConsumption(auxiliaryPower, speedConsumption)