volt top-level constant

SiNamedUnit const volt

Implementation

const volt = SiNamedUnit(
  symbol: 'V',
  singular: 'volt',
  plural: 'volts',
  dimensions: electricPotential,
  scale: 1,
);