ConversationMessage constructor
const
ConversationMessage({
- int? id,
- String? uid,
- String? companyUid,
- String? contactUid,
- dynamic instagramMessageId,
- String? senderId,
- String? recipientId,
- String? messageFrom,
- String? messageType,
- String? message,
- String? storyId,
- bool? isStory,
- String? storyUrl,
- String? status,
- String? platform,
- String? timestamp,
- DateTime? createdAt,
- DateTime? updatedAt,
- Contact? contact,
- Facebook? facebookConnection,
- Twitter? twitterConnection,
- Instagram? instagramConnection,
Implementation
const ConversationMessage({
this.id,
this.uid,
this.companyUid,
this.contactUid,
this.instagramMessageId,
this.senderId,
this.recipientId,
this.messageFrom,
this.messageType,
this.message,
this.storyId,
this.isStory,
this.storyUrl,
this.status,
this.platform,
this.timestamp,
this.createdAt,
this.updatedAt,
this.contact,
this.facebookConnection,
this.twitterConnection,
this.instagramConnection,
});