ResEntry class abstract
- Implementers
Constructors
Properties
Methods
-
handleEvent(
String name, dynamic data) → ResEvent? -
initData(
dynamic data) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateData(
dynamic data) → List< ResEvent>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override