isNegative property
bool
get
isNegative
Checks if this Duration is negative
Implementation
bool get isNegative => inMicroseconds < 0;
Checks if this Duration is negative
bool get isNegative => inMicroseconds < 0;