Emitter class abstract
Prisma event emitter.
Constructors
Properties
-
definitions
→ Iterable<
Definition> -
The log definitions.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
emit(
Event event, Payload payload) → void - Emit a log event.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
on(
Iterable< Event> events, void listener(Payload payload)) → void - Listen to log events.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited