degree top-level constant

SiNamedUnit const degree

Implementation

const degree = SiNamedUnit(
  symbol: '°',
  singular: 'degree',
  plural: 'degrees',
  dimensions: angle,
  scale: pi / 180,
  spaceBeforeSymbol: false,
);