operator - method

dynamic operator -(
  1. Duration other
)

Equivalent to subtract(other)

Implementation

operator -(Duration other) => subtract(other);