greaterThan method

bool greaterThan(
  1. Duration duration
)

Implementation

bool greaterThan(Duration duration) => compareTo(duration) > 0;