CanonicalUnit constructor

CanonicalUnit(
  1. BaseUnit base,
  2. int exponent
)

Implementation

CanonicalUnit(this.base, this.exponent);