foot top-level constant

NamedUnit const foot

Implementation

const foot = NamedUnit(
  symbol: "ft",
  singular: 'foot',
  plural: 'feet',
  dimensions: length,
  scale: 9144 / 30000,
);