ChatwootConversation constructor
ChatwootConversation({
- required int id,
- required int inboxId,
- required List<
ChatwootMessage> messages, - required ChatwootContact contact,
Implementation
ChatwootConversation(
{required this.id,
required this.inboxId,
required this.messages,
required this.contact});