pressureTable top-level constant

Map<PressureUnit, double> const pressureTable

Implementation

const Map<PressureUnit,double> pressureTable = {
  PressureUnit.pascals: 1,
  PressureUnit.atmospheres: 101325,
  PressureUnit.bars: 100000,
  PressureUnit.kilopascals: 1000,
  PressureUnit.milimitersOfMercury: 133.3,
  PressureUnit.poundsPerSquareInch: 6894.757,
};