ValkeyMessage class
Represents a message received from a subscribed channel or pattern.
Constructors
- ValkeyMessage({String? channel, required String message, String? pattern})
Properties
- channel → String?
-
The channel the message was sent to.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
The message payload.
final
- pattern → String?
-
The pattern that matched the channel (only for
pmessage).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