CurrentFuel

data class CurrentFuel(val currentFuel: <Error class: unknown class>) : CombustionEngineParameter

Specifies the amount of fuel.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

currentFuel

Current amount of fuel, for example in liters.

Constructors

Link copied to clipboard
constructor(currentFuel: <Error class: unknown class>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val currentFuel: <Error class: unknown class>