ReplicatorProgress class 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.
no setterinherited
progress double
The overall progress as a number between 0.0 and 1.0.
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
toString() String
A string representation of this object.
override

Operators

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