DeleteEvent<Id, E extends Entity<Id> > class
- Inheritance
-
- Object
- PersistenceEvent<
Id, E> - DeleteEvent
Constructors
- DeleteEvent.new({required Id entityId, required DateTime eventTime})
-
const
- DeleteEvent.now(Id entityId)
-
factory
Properties
Methods
-
apply(
IPersistenceEventHandler handler) → void -
inherited
-
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