GetAllConversationsData constructor

const GetAllConversationsData({
  1. int? id,
  2. String? uid,
  3. String? companyUid,
  4. String? contactUid,
  5. String? channel,
  6. String? lastMessage,
  7. String? messageType,
  8. String? noOfUnseenMessages,
  9. String? connectionUid,
  10. DateTime? createdAt,
  11. DateTime? updatedAt,
  12. Contact? contact,
  13. String? status,
  14. Facebook? facebookConnection,
  15. Twitter? twitterConnection,
  16. Instagram? instagramConnection,
  17. String? sentMessage,
})

Implementation

const GetAllConversationsData({
  this.id,
  this.uid,
  this.companyUid,
  this.contactUid,
  this.channel,
  this.lastMessage,
  this.messageType,
  this.noOfUnseenMessages,
  this.connectionUid,
  this.createdAt,
  this.updatedAt,
  this.contact,
  this.status,
  this.facebookConnection,
  this.twitterConnection,
  this.instagramConnection,
  this.sentMessage,
});