ChatViewEvent constructor
ChatViewEvent({
- required String eventName,
- dynamic payload,
Implementation
ChatViewEvent({
required this.eventName,
this.payload,
});
ChatViewEvent({
required this.eventName,
this.payload,
});