SearchConversationDatum constructor
const
SearchConversationDatum({
- int? id,
- String? companyId,
- String? socialAccountId,
- dynamic contactId,
- String? senderId,
- String? senderName,
- String? senderPhoto,
- String? receiverId,
- String? receiverName,
- String? receiverPhoto,
- String? lastMessage,
- String? lastMessageType,
- String? profilePhoto,
- String? status,
- DateTime? createdAt,
- DateTime? updatedAt,
Implementation
const SearchConversationDatum({
this.id,
this.companyId,
this.socialAccountId,
this.contactId,
this.senderId,
this.senderName,
this.senderPhoto,
this.receiverId,
this.receiverName,
this.receiverPhoto,
this.lastMessage,
this.lastMessageType,
this.profilePhoto,
this.status,
this.createdAt,
this.updatedAt,
});