operator + method

int operator +(
  1. PeriodUnits other
)

Implementation

int operator +(PeriodUnits other) => _value + other._value;