operator * method

Unit operator *(
  1. Unit that
)

Implementation

Unit operator *(Unit that) => Unit._derived(
      [..._unitsUp, ...that._unitsUp],
      [..._unitsDown, ...that._unitsDown],
    );