menu
ultimate_extension package
documentation
utils/stopwatch_timer.dart
StopwatchTimer
elapsed method
elapsed method
dark_mode
light_mode
elapsed
method
Duration
?
elapsed
(
String
label
)
Implementation
Duration? elapsed(String label) => _timers[label]?.elapsed;
ultimate_extension package
documentation
utils/stopwatch_timer
StopwatchTimer
elapsed method
StopwatchTimer class