stopwatch property

Stopwatch? stopwatch
latefinal

Stopwatch used to measure performance in every test (internal or passed by you)

Implementation

late final Stopwatch? stopwatch;