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