copy

fun copy(    consumption: ElectricVehicleConsumption? = this.consumption,     efficiency: ElectricVehicleEfficiency? = this.efficiency,     chargeLevel: ChargeLevel? = this.chargeLevel,     chargingParameters: ChargingParameters? = this.chargingParameters): ElectricEngine

Deprecated

This will be removed 6 months after the next release.

Replace with

ElectricEngine(consumption, efficiency, chargeLevel, chargingParameters)