DocumentChangeType enum
An enumeration of document change types.
Constants
- added → const DocumentChangeType
-
Indicates a new document was added to the set of documents matching the query.
const DocumentChangeType(0)
- modified → const DocumentChangeType
-
Indicates a document within the query was modified.
const DocumentChangeType(1)
- removed → const DocumentChangeType
-
Indicates a document within the query was removed (either deleted or no longer matches the query.
const DocumentChangeType(2)
-
values
→ const List<
DocumentChangeType> -
A constant List of the values in this enum, in order of their declaration.
const List<
DocumentChangeType>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited