InAppSelection class
Constructors
- InAppSelection.empty()
-
InAppSelection.endAt(Iterable<
Object?> ? values) -
const
- InAppSelection.endAtDocument(Object? snapshot)
-
const
-
InAppSelection.endBefore(Iterable<
Object?> ? values) -
const
- InAppSelection.endBeforeDocument(Object? snapshot)
-
const
- InAppSelection.from(Object snapshot, Selections type)
-
const
-
InAppSelection.startAfter(Iterable<
Object?> ? values) -
const
- InAppSelection.startAfterDocument(Object? snapshot)
-
const
-
InAppSelection.startAt(Iterable<
Object?> ? values) -
const
- InAppSelection.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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited