ChatwootEvent constructor
ChatwootEvent({
- ChatwootEventType? type,
- ChatwootEventMessage? message,
- String? identifier,
Implementation
ChatwootEvent({this.type, this.message, this.identifier});