SelectionUpdatedState<T> class abstract

Inheritance

Constructors

SelectionUpdatedState({required Set<T> selected, required Set<T> staging})
const
factory

Properties

copyWith → _$$SelectionUpdatedStateImplCopyWith<T, _$SelectionUpdatedStateImpl<T>>
no setter
hashCode int
The hash code for this object.
no setterinherited
hasSelection bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected Set<T>
no setter
staging Set<T>
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