ChatLog constructor

ChatLog(
  1. bool createdByVisitor,
  2. DateTime createdTimestamp,
  3. String displayName,
  4. DateTime lastModifiedTimestamp,
  5. String nick,
  6. ChatLogDeliveryStatus chatLogDeliveryStatus,
  7. ChatLogType chatLogType,
  8. CHAT_PARTICIPANT chatParticipant,
)

Implementation

ChatLog(
  this.createdByVisitor,
  this.createdTimestamp,
  this.displayName,
  this.lastModifiedTimestamp,
  this.nick,
  this.chatLogDeliveryStatus,
  this.chatLogType,
  this.chatParticipant,
);