ArcaneDocumentEvent class

Constructors

ArcaneDocumentEvent({required Map<String, String> ids, required String documentPath, required Map<String, dynamic>? before, required Map<String, dynamic>? after, required Request request, required DocumentEventData rawEventData})
const

Properties

after Map<String, dynamic>?
final
before Map<String, dynamic>?
final
documentPath String
final
hashCode int
The hash code for this object.
no setterinherited
ids Map<String, String>
final
rawEventData → DocumentEventData
final
request → Request
final
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
toString() String
A string representation of this object.
inherited

Operators

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