elapsedStopwatch property
int
get
elapsedStopwatch
Implementation
int get elapsedStopwatch => _stopwatch?.elapsedMicroseconds ?? 0;
int get elapsedStopwatch => _stopwatch?.elapsedMicroseconds ?? 0;