Fuel

data class Fuel(val amount: Volume) : Consumption

A fuel consumption.

Parameters

amount

The fuel volume, e.g. in liters.

Constructors

Link copied to clipboard
constructor(amount: Volume)

Properties

Link copied to clipboard