Selection class

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

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Selections
final
value Object?
final
values Iterable<Object?>?
no setter

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