AlternateUnit constructor

const AlternateUnit(
  1. String symbol,
  2. Unit parent, [
  3. Quantity? _quantity
])

Implementation

const AlternateUnit(this.symbol, this.parent, [this._quantity]) : super();