isPositive property

bool get isPositive

Whether this Duration is positive.

Implementation

bool get isPositive => !isNegative;