isNegative property
bool
get
isNegative
Determines if the timespan is negative.
Implementation
bool get isNegative => _isNegative;
Determines if the timespan is negative.
bool get isNegative => _isNegative;