Flutter
quiver.testing.time
FakeStopwatch
FakeStopwatch constructor
FakeStopwatch
FakeStopwatch class
Constructors
FakeStopwatch
Properties
elapsed
elapsedMicroseconds
elapsedMilliseconds
elapsedTicks
frequency
isRunning
hashCode
runtimeType
Methods
reset
start
stop
noSuchMethod
toString
Operators
operator ==
FakeStopwatch constructor
FakeStopwatch
(
int
now
(),
int
frequency
)
Implementation
FakeStopwatch(int now(), int this.frequency) : _now = now, _start = null, _stop = null;