ObjectEvent class abstract

A lifecycle event of an object.

Implementers

Constructors

ObjectEvent({required Object object})
Creates an instance of ObjectEvent.

Properties

hashCode int
The hash code for this object.
no setterinherited
object Object
Reference to the object.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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