ObjectDisposed class
An event that describes disposal of an object.
- Inheritance
-
- Object
- ObjectEvent
- ObjectDisposed
Constructors
- ObjectDisposed({required Object object})
- Creates an instance of ObjectDisposed.
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.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited