operator + method

Unit<D> operator +(
  1. num other
)

Implementation

Unit<D> operator +(num other) => add(other);