tank top-level property

Fuel<Fuel> tank
final

A special global instance of Fuel to manage subtypes of Fuel. Note that they have to be subtypes of Fuel to work, else only a single instance of a Fuel injector will be available.

Implementation

final tank = Fuel<Fuel>();