AlternateUnit constructor

const AlternateUnit(
  1. String symbol,
  2. Unit parent,
  3. Quantity quantity
)

Implementation

const AlternateUnit(this.symbol, super.parent, super.quantity);