isPositive property
bool
get
isPositive
Checks if this Duration is positive
Implementation
bool get isPositive => inMicroseconds > 0;
Checks if this Duration is positive
bool get isPositive => inMicroseconds > 0;