DataSelection class
Constructors
- DataSelection.empty()
-
const
-
DataSelection.endAt(Iterable<
Object?> ? values) -
const
- DataSelection.endAtDocument(Object? snapshot)
-
const
-
DataSelection.endBefore(Iterable<
Object?> ? values) -
const
- DataSelection.endBeforeDocument(Object? snapshot)
-
const
- DataSelection.from(Object? snapshot, DataSelections type)
-
const
-
DataSelection.startAfter(Iterable<
Object?> ? values) -
const
- DataSelection.startAfterDocument(Object? snapshot)
-
const
-
DataSelection.startAt(Iterable<
Object?> ? values) -
const
- DataSelection.startAtDocument(Object? snapshot)
-
const
Properties
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.
override