mole top-level constant

SiNamedUnit const mole

Implementation

const mole = SiNamedUnit(
  symbol: 'mol',
  singular: 'mole',
  plural: 'moles',
  dimensions: amountOfSubstance,
  scale: 1,
);