Dart API Reference
dart:core
Duration
operator -
operator -
method
Subtracts other from this Duration and returns the difference as a new Duration object.
Duration
operator -
(
Duration
other
)
Subtracts other from this Duration and returns the difference as a new Duration object.