isNegative property

bool get isNegative

Returns true if this duration is negative.

Implementation

bool get isNegative => inMicroseconds < 0;