Payload class
Prisma event payload.
- Implementers
Constructors
- Payload.new({String? target, DateTime? timestamp, required String message})
-
Create a new event payload.
const
-
Payload.fromJson(Map<
String, dynamic> json) -
Create a new event payload from a JSON Map.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Serialize the event payload to a String.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited