ObjMixin mixin
- Mixin applications
Properties
Methods
-
cancelEventByName(
String name) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
on(
String name, EventFn fn) → EventHandler -
oneTimeOn(
String name, EventFn fn) → EventHandler -
toString(
) → String -
A string representation of this object.
inherited
-
trigger(
String name, [dynamic arg]) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited