DocumentFlag enum Null safety Replication
Flags describing a replicated Document.
- Implemented types
Constants
- accessRemoved → const DocumentFlag
-
The document was removed from all the Sync Gateway channels the user has access to.
const DocumentFlag(1)
- deleted → const DocumentFlag
-
The document has been deleted.
const DocumentFlag(0)
-
values
→ const List<
DocumentFlag> -
A constant List of the values in this enum, in order of their declaration.
const List<
DocumentFlag>
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