operator > method

  1. @override
bool operator >(
  1. Duration other
)
override

documentation available in the original overridden method.

Implementation

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