menu
flutter_view_modifiers package
documentation
view_modifiers/num_extensions.dart
DurationHelpers
isShorterThan method
isShorterThan method
dark_mode
light_mode
isShorterThan
method
bool
isShorterThan
(
Duration
other
)
Compare two durations
Implementation
bool isShorterThan(Duration other) => this < other;
flutter_view_modifiers package
documentation
view_modifiers/num_extensions
DurationHelpers
isShorterThan method
DurationHelpers extension on
Duration