isNegative property

bool get isNegative

Check if duration is negative

Implementation

bool get isNegative => inMilliseconds < 0;