hectare top-level constant

NamedUnit const hectare

Implementation

const hectare = NamedUnit(
  symbol: 'ha',
  singular: 'hectare',
  plural: 'hectares',
  dimensions: area,
  scale: 10000,
);