ReplicatorActivityLevel enum Null safety Replication
The states a Replicator can be in during its lifecycle.
- Implemented types
Constants
- busy → const ReplicatorActivityLevel
-
The replicator is actively transferring data.
const ReplicatorActivityLevel(4)
- connecting → const ReplicatorActivityLevel
-
The replicator is connecting to the remote host.
const ReplicatorActivityLevel(2)
- idle → const ReplicatorActivityLevel
-
The replicator is inactive, waiting for changes to sync.
const ReplicatorActivityLevel(3)
- offline → const ReplicatorActivityLevel
-
The replicator is offline, as the remote host is unreachable.
const ReplicatorActivityLevel(1)
- stopped → const ReplicatorActivityLevel
-
The replicator is unstarted, finished, or hit a fatal error.
const ReplicatorActivityLevel(0)
-
values
→ const List<
ReplicatorActivityLevel> -
A constant List of the values in this enum, in order of their declaration.
const List<
ReplicatorActivityLevel>
Properties
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