kelvin top-level constant

SiNamedUnit const kelvin

Implementation

const kelvin = SiNamedUnit(
  symbol: 'K',
  singular: 'kelvin',
  plural: 'kelvin',
  dimensions: temperature,
  scale: 1,
);