newton top-level constant

SiNamedUnit const newton

Implementation

const newton = SiNamedUnit(
  symbol: 'N',
  singular: 'newton',
  plural: 'newtons',
  dimensions: force,
  scale: 1,
);