isPositive property

bool get isPositive

Checks if this Duration is positive

Implementation

bool get isPositive => inMicroseconds > 0;