isNegative property

bool get isNegative

Check if this duration is negative

Implementation

bool get isNegative => inMilliseconds < 0;