WebSocketClosedEvent constructor
WebSocketClosedEvent({})
Implementation
WebSocketClosedEvent({
required String guildId,
required this.code,
required this.reason,
required this.byRemote,
}) : super(guildId);
WebSocketClosedEvent({
required String guildId,
required this.code,
required this.reason,
required this.byRemote,
}) : super(guildId);