DeleteEvent<Id, E extends Entity<Id>> class

Inheritance

Constructors

DeleteEvent.new({required Id entityId, required DateTime eventTime})
const
DeleteEvent.now(Id entityId)
factory

Properties

entityId → Id
final
entityType Type
no setterinherited
eventTime DateTime
finalinherited
hashCode int
The hash code for this object.
no setterinherited
idType Type
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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