LavalinkMessage class abstract

The base class for all messages sent on a LavalinkConnection.

Implementers

Constructors

LavalinkMessage({required LavalinkClient client, required String opType})
Create a new LavalinkMessage.

Properties

client LavalinkClient
The client this message was for.
final
hashCode int
The hash code for this object.
no setterinherited
opType String
The type of this message.
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