abstract fun withCurrentFuelInLiters(currentFuelInLiters: Double!): T
Specifies the current supply of fuel in liters. Applicable only to combustion engines.
currentFuelInLiters - Double!:
currentFuelInLiters
Return T: A reference to the common params object.