GroupConversation constructor
GroupConversation({})
Implementation
GroupConversation({
this.id,
this.topic,
this.hasAttachments,
this.uniqueSenders,
this.lastDeliveredDateTime,
this.preview,
this.threads,
});