LikeSyncEvent class

Represents a synchronization event broadcasted after a successful mutation.

Carries the API path and a merged payload map (consisting of request body and query parameters) used by automated resync systems to match active queries.

Constructors

LikeSyncEvent({required String path, required Map<String, dynamic> payload})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
path String
The request path of the mutation that occurred (e.g., /attendance).
final
payload Map<String, dynamic>
The merged map of request body and query parameters.
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.
override

Operators

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