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