DartClock.create constructor
DartClock.create(
- Stopwatch stopwatch
Custom constructor mostly used for testing
Implementation
DartClock.create(Stopwatch stopwatch) : _stopwatch = stopwatch;
Custom constructor mostly used for testing
DartClock.create(Stopwatch stopwatch) : _stopwatch = stopwatch;