units constant

List<PressureConverter> const units

Implementation

static const units = [
  bar,
  millibar,
  microbar,
  attopascal,
  femtopascal,
  picopascal,
  nanopascal,
  micropascal,
  millipascal,
  centipascal,
  decipascal,
  pascal,
  dekapascal,
  hectopascal,
  kilopascal,
  megapascal,
  gigapascal,
  terapascal,
  petapascal,
  terapascal,
  exapascal,
  psi,
  ksi,
  standardAtmosphere,
  technicalAtmosphere,
  torr,
  centimeterMercury0Deg,
  millimeterMercury0Deg,
  inchMercury32Deg,
  inchMercury60Deg,
  centimeterWater4Deg,
  millimeterWater4Deg,
  inchWater4Deg,
  footWater4Deg,
  inchWater60Deg,
  footWater60Deg,
];