elapsed property
double
get
elapsed
Returns the elapsed time in seconds. It's the accumulated value of all previous time deltas.
Implementation
double get elapsed => _elapsed / 1000;
Returns the elapsed time in seconds. It's the accumulated value of all previous time deltas.
double get elapsed => _elapsed / 1000;