fuels property - FuelStation class - search library - Dart API
fuels
fuels property
getter/setter pair
The list of car fuel types associated with the fuel station. The list can be empty when no generic fuels are offered or when the information is unknown.
Implementation
List<GenericFuel> fuels;