Conversation constructor
Conversation({})
Implementation
Conversation({
this.accountId,
this.asigneeId,
this.createdAt,
this.customerId,
this.id,
this.priority,
this.read,
this.status,
this.messages = const [],
});