copy

fun copy(consumption: CombustionVehicleConsumption? = this.consumption, efficiency: CombustionVehicleEfficiency? = this.efficiency, currentFuel: Volume? = this.currentFuel): CombustionEngine

Deprecated

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

Replace with

CombustionEngine(consumption, efficiency, currentFuel)