ObjectCreated class
An event that describes creation of an object.
- Inheritance
-
- Object
- ObjectEvent
- ObjectCreated
Constructors
- ObjectCreated({required String library, required String className, required Object object})
- Creates an instance of ObjectCreated.
Properties
- className → String
-
Name of the instrumented class.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- library → String
-
Name of the instrumented library.
final
- object → Object
-
Reference to the object.
finalinherited
- 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.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited