WsEvent constructor
WsEvent({
- String? requestId,
- Map<
String, dynamic> payload = const {}, - ChannelEventCategory? category,
Implementation
WsEvent({
this.requestId,
this.payload = const {},
this.category,
});