ReplicatorProgress class Null safety Replication
Progress of a Replicator.
If progress is zero, the process is indeterminate; otherwise, dividing the two will produce a fraction that can be used to draw a progress bar.
Constructors
- ReplicatorProgress(int completed, double progress)
Properties
- completed → int
-
The number of Documents processed so far.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- progress → double
-
The overall progress as a number between
0.0
and1.0
. [...]final - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited