SyncProgress class

Hilfsklasse, um globale und Inspektions-spezifische Upload-Fortschritte samt ETA zu verwalten.

Constructors

SyncProgress.new(int totalRequests)

Properties

averageTimePerRequest double
getter/setter pair
currentInspectionDone int
getter/setter pair
currentInspectionId String
getter/setter pair
currentInspectionProgress double
no setter
currentInspectionTotal int
getter/setter pair
doneRequests int
getter/setter pair
estimatedTimeRemaining Duration
no setter
hashCode int
The hash code for this object.
no setterinherited
overallProgress double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime
getter/setter pair
totalRequests int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateTiming(Duration singleRequest) → void

Operators

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