operator / method

Unit operator /(
  1. Unit that
)

Implementation

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