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