mapSymbols constant
Map between units and its symbol
Implementation
static const Map<FUEL_CONSUMPTION, String?> mapSymbols = {
FUEL_CONSUMPTION.kilometersPerLiter: 'km/l',
FUEL_CONSUMPTION.litersPer100km: 'l/100km',
FUEL_CONSUMPTION.milesPerUsGallon: 'mpg',
FUEL_CONSUMPTION.milesPerImperialGallon: 'mpg',
};