gees top-level property
A unit based on the acceleration experienced by a free-falling body at the Earth's surface.
Implementation
// Note: don't use 'g' as abbreviation (conflict with grams and presents problems for parsing)
final AccelerationUnits gees = AccelerationUnits('gees', null, null, null, 9.80665, false);