ChatLogType constructor

ChatLogType(
  1. LOG_TYPE logType,
  2. ChatMessage? chatMessage,
  3. ChatOptionsMessage? chatOptionsMessage,
  4. ChatAttachment? chatAttachment,
)

Implementation

ChatLogType(
  this.logType,
  this.chatMessage,
  this.chatOptionsMessage,
  this.chatAttachment,
);