ChatwootCreateConversationResponse constructor

ChatwootCreateConversationResponse({
  1. int? id,
  2. String? uuid,
  3. int? inboxId,
  4. int? contactLastSeenAt,
  5. dynamic status,
  6. int? agentLastSeenAt,
  7. List? messages,
  8. Contact? contact,
})

Implementation

ChatwootCreateConversationResponse({
  this.id,
  this.uuid,
  this.inboxId,
  this.contactLastSeenAt,
  this.status,
  this.agentLastSeenAt,
  this.messages,
  this.contact,
});