operator - method

  1. @override
Duration operator -(
  1. Duration other
)
override

documentation available in the original overridden method.

Implementation

@override
Duration operator -(Duration other) => value - other;