isNegative property

bool get isNegative

Checks if this Duration is negative

Implementation

bool get isNegative => inMicroseconds < 0;