mapSymbols property
Implementation
final Map<VOLUME, String> mapSymbols = {
VOLUME.cubicMeters: 'm³',
VOLUME.liters: 'l',
VOLUME.imperialGallons: 'imp gal',
VOLUME.usGallons: 'US gal',
VOLUME.imperialPints: 'imp pt',
VOLUME.usPints: 'US pt',
VOLUME.milliliters: 'ml',
VOLUME.tablespoonsUs: 'tbsp.',
VOLUME.australianTablespoons: 'tbsp.',
VOLUME.cups: 'cup',
VOLUME.cubicCentimeters: 'cm³',
VOLUME.cubicFeet: 'ft³',
VOLUME.cubicInches: 'in³',
VOLUME.cubicMillimeters: 'mm³',
VOLUME.imperialFluidOunces: 'imp fl oz',
VOLUME.usFluidOunces: 'US fl oz',
VOLUME.imperialGill: 'Imp. gi.',
VOLUME.usGill: 'US. liq. gi',
};