inch top-level constant

NamedUnit const inch

Implementation

const inch = NamedUnit(
  symbol: "in",
  singular: 'inch',
  plural: 'inches',
  dimensions: length,
  scale: 9144 / 360000,
);