operator + method

dynamic operator +(
  1. Duration other
)

Equivalent to add(other)

Implementation

operator +(Duration other) => add(other);