operator unary- method

  1. @override
Duration operator unary-()
override

The offset of this duration minus the offset of other.

Implementation

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