SelectionEvent class abstract

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.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type SelectionEventType
The type of this selection event.
final

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