gees top-level property

AccelerationUnits gees
final

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, 'gee', 9.80665, false);