TimeTracker class abstract

Implemented types
Implementers

Constructors

TimeTracker()

Properties

duration Duration
The total duration of this operation, equivalent to taking the difference between stopTime and startTime.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isFinished bool
Whether tracking is finished.
no setter
isStarted bool
Whether tracking was started.
no setter
isTracking bool
Whether tracking is active.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime
finalinherited
stopTime DateTime
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited
track<T>(T action()) → T

Operators

operator ==(Object other) bool
The equality operator.
inherited