watt top-level constant

SiNamedUnit const watt

Implementation

const watt = SiNamedUnit(
  symbol: 'W',
  singular: 'watt',
  plural: 'watts',
  dimensions: power,
  scale: 1,
);