Dart API Reference
dart:core
Duration
operator >
operator >
method
Returns true if the value of this Duration is greater than the value of other.
bool
operator >
(
Duration
other
)
Returns
true
if the value of this Duration is greater than the value of other.