greaterThanZero property

bool get greaterThanZero

Implementation

bool get greaterThanZero => compareTo(Duration.zero) > 0;