UiEventData class
Base class for event data
- Implementers
- Annotations
-
- @immutable
Constructors
-
UiEventData({required Event originalEvent, required Object target, Map<
String, Object> detail = const <String, Object>{}}) -
const
Properties
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