isNegative property
bool
get
isNegative
Check if this duration is negative
Implementation
bool get isNegative => inMilliseconds < 0;
Check if this duration is negative
bool get isNegative => inMilliseconds < 0;