operator | method

PeriodUnits operator |(
  1. PeriodUnits other
)

Implementation

PeriodUnits operator |(PeriodUnits other) => PeriodUnits(_value | other.value);