isNegative property

bool get isNegative

Returns true if this duration is less than zero.

Implementation

bool get isNegative => inMicroseconds < 0;