elapsedMilliseconds property
This getter returns the milliseconds elapsed since the beginning of the test
Implementation
int get elapsedMilliseconds => DateTime.now().difference(startTime).inMilliseconds;
This getter returns the milliseconds elapsed since the beginning of the test
int get elapsedMilliseconds => DateTime.now().difference(startTime).inMilliseconds;