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