menu
flutter_advanced_countdown package
documentation
flutter_advanced_countdown.dart
DurationExtensions
max method
max method
dark_mode
light_mode
max
method
Duration
max
(
Duration
other
)
Get the maximum of two durations
Implementation
Duration max(Duration other) => this > other ? this : other;
flutter_advanced_countdown package
documentation
flutter_advanced_countdown
DurationExtensions
max method
DurationExtensions extension on
Duration