endTime property
The time (in milliseconds) that has elapsed between the test runner starting and this test completing.
This will be -1 if this test was not completed.
Implementation
int get endTime => throw _privateConstructorUsedError;
The time (in milliseconds) that has elapsed between the test runner starting and this test completing.
This will be -1 if this test was not completed.
int get endTime => throw _privateConstructorUsedError;