Fuel

data class Fuel(val amount: Volume) : Consumption

A fuel consumption.

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

Parameters

amount

The fuel volume, e.g. in liters.

Constructors

Link copied to clipboard
fun Fuel(amount: Volume)

Properties

Link copied to clipboard