LengthUnit constructor

const LengthUnit(
  1. String unit,
  2. String symbol,
  3. double conversionFactor
)

Implementation

const LengthUnit(super.unit, super.symbol, super.conversionFactor);