powerTable top-level constant

Map<PowerUnit, double> const powerTable

Implementation

const Map<PowerUnit,double> powerTable = {
  PowerUnit.watts: 1,
  PowerUnit.kilowatts: 1000,
  PowerUnit.horsepowerUS: 745.6999,
  PowerUnit.footPoundsPerMinute: 0.022597,
  PowerUnit.btusPerMinute: 17.58427,
};