elapsed method

int elapsed()

Implementation

int elapsed() => durations.isNotEmpty ? durations.first : 0;