menu
khadem package
documentation
socket.dart
SocketPacket
SocketPacket.new const constructor
SocketPacket.new const constructor
dark_mode
light_mode
SocketPacket
constructor
const
SocketPacket
(
{
required
String
event
,
dynamic
data
,
String
?
id
,
String
?
namespace
,
})
Implementation
const SocketPacket({ required this.event, this.data, this.id, this.namespace, });
khadem package
documentation
socket
SocketPacket
SocketPacket.new const constructor
SocketPacket class