time static method
Starts a timer with the given label.
Implementation
static void time(String label) {
_timers[label] = Stopwatch()..start();
}
Starts a timer with the given label.
static void time(String label) {
_timers[label] = Stopwatch()..start();
}