ItemDeselected<T> class
final
Emitted when an item is deselected. If item is null, all items were deselected.
- Inheritance
-
- Object
- InteractiveEvent<
T> - ItemDeselected
Constructors
- ItemDeselected(T? item)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited