elapsed method

Duration? elapsed(
  1. String label
)

Implementation

Duration? elapsed(String label) => _timers[label]?.elapsed;