SelectionEvent class Null safety

An abstract base class for selection events.

This should not be directly used. To handle a selection event, it should be downcast to a specific subclass. One can use type to look up which subclasses to downcast to.

See also:

Implementers

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
type SelectionEventType
The type of this selection event.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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