fuel top-level property
A globally available instance of Fuel. Note that this instance is not type safe; if type safety is a requirement, instantiate your own instance of Fuel with a generic to narrow down the usable types.
Implementation
final fuel = Fuel();