CustomEvents class
- Inheritance
-
- Object
- AbstractEvent
- CustomEvents
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addEventListener(
dynamic state, Function function) → void -
override
-
dispatchEvent(
dynamic state, {dynamic value}) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeEventListener(
dynamic state, {String? listenerId, Function? listener}) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → CustomEvents
-
no setter