ConversationThread constructor
ConversationThread({})
Implementation
ConversationThread({
this.id,
this.topic,
this.hasAttachments,
this.lastDeliveredDateTime,
this.preview,
this.isLocked,
this.posts,
});