OpCode enum Null safety
Constructors
Values
- dispatch → const OpCode
-
OpCode(0)
- heartbeat → const OpCode
-
OpCode(1)
- identify → const OpCode
-
OpCode(2)
- statusUpdate → const OpCode
-
OpCode(3)
- voiceStateUpdate → const OpCode
-
OpCode(4)
- voiceGuildPing → const OpCode
-
OpCode(5)
- resume → const OpCode
-
OpCode(6)
- reconnect → const OpCode
-
OpCode(7)
- requestGuildMember → const OpCode
-
OpCode(8)
- invalidSession → const OpCode
-
OpCode(9)
- hello → const OpCode
-
OpCode(10)
- heartbeatAck → const OpCode
-
OpCode(11)
- guildSync → const OpCode
-
OpCode(12)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited