menu
flutter_advanced_countdown package
documentation
flutter_advanced_countdown.dart
DurationExtensions
isNegative property
isNegative property
dark_mode
light_mode
isNegative
property
bool
get
isNegative
Check if duration is negative
Implementation
bool get isNegative => inMilliseconds < 0;
flutter_advanced_countdown package
documentation
flutter_advanced_countdown
DurationExtensions
isNegative property
DurationExtensions extension on
Duration