unitsBySymbol constant

Map<String, Unit> const unitsBySymbol

Implementation

static const Map<String, Unit> unitsBySymbol = {
  'A': ampere,
  'cd': candela,
  'K': kelvin,
  'kg': kilogram,
  'm': metre,
  'mol': mole,
  's': second,
  'g': gram,
  'rad': radian,
  'sr': steradian,
  'bit': bit,
  'Hz': hertz,
  'N': newton,
  'Pa': pascal,
  'J': joule,
  'W': watt,
  'C': coulomb,
  'V': volt,
  'F': farad,
  'Ω': ohm,
  'S': siemens,
  'Wb': weber,
  'T': tesla,
  'H': henry,
  '℃': celsius,
  'lm': lumen,
  'lx': lux,
  'Bq': becquerel,
  'Gy': gray,
  'Sv': sievert,
  'kat': katal,
};