litre top-level constant

SiNamedUnit const litre

Implementation

const litre = SiNamedUnit(
  symbol: 'L',
  singular: 'litre',
  plural: 'litres',
  dimensions: volume,
  scale: 0.001,
);