Selection class
- Implementers
Constructors
- Selection.empty()
-
const
-
Selection.endAt(Iterable<
Object?> ? values) -
const
- Selection.endAtDocument(Object? snapshot)
-
const
-
Selection.endBefore(Iterable<
Object?> ? values) -
const
- Selection.endBeforeDocument(Object? snapshot)
-
const
- Selection.from(Object? snapshot, Selections type)
-
const
-
Selection.startAfter(Iterable<
Object?> ? values) -
const
- Selection.startAfterDocument(Object? snapshot)
-
const
-
Selection.startAt(Iterable<
Object?> ? values) -
const
- Selection.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