ChatwootEvent constructor

ChatwootEvent({
  1. ChatwootEventType? type,
  2. ChatwootEventMessage? message,
  3. String? identifier,
})

Implementation

ChatwootEvent({this.type, this.message, this.identifier});