InternalProgressTimingManagement class

Internal class for managing the tiles per second (averageTPS) measurement of a download

Properties

averageTPS double
Retrieve the number of tiles per second, based on startTracking
no setter
hashCode int
The hash code for this object.
no setterinherited
progress Map<int, TimestampProgress>
Map representing the progress of a tile
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startTracking() → void
Start calculating the averageTPS measurement
stopTracking() Future<void>
Stop calculating the averageTPS measurement
toString() String
A string representation of this object.
inherited

Operators

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