GetAllConversationsData constructor
const
GetAllConversationsData({
- int? id,
- String? uid,
- String? companyUid,
- String? contactUid,
- String? channel,
- String? lastMessage,
- String? messageType,
- String? noOfUnseenMessages,
- String? connectionUid,
- DateTime? createdAt,
- DateTime? updatedAt,
- Contact? contact,
- String? status,
- Facebook? facebookConnection,
- Twitter? twitterConnection,
- Instagram? instagramConnection,
- 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,
});