seaLevelAtmosphere property

double? seaLevelAtmosphere

Returns seaLevel in atm (Atmosphere).

Implementation

double? get seaLevelAtmosphere {
  if (seaLevel != null) return _atmosphere(seaLevel!);
}