SelectionState class abstract interface

The SelectionState abstract class represents a way to manage a selection state.

Constructors

SelectionState()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selections Set<String>
Gets the current set of selected items.
no setter
selectionsStream Stream<Set<String>>
Gets a stream of the current selection set.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setSelections(Set<String> selections) → void
Sets the current selection set.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited