ModelEvent class abstract

Base class for model lifecycle events.

Inheritance
Implementers

Constructors

ModelEvent({required Type modelType, required String tableName, DateTime? timestamp})

Properties

hashCode int
The hash code for this object.
no setterinherited
modelType Type
The runtime type of the model.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableName String
The database table name.
final
timestamp DateTime
When the event occurred.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited