ObjectEvent class abstract
A lifecycle event of an object.
- Implementers
Constructors
- ObjectEvent({required Object object})
- Creates an instance of ObjectEvent.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< Object, Map< String, Object> > - The representation of the event in a form, acceptable by a pure dart library, that cannot depend on Flutter.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited