Chat constructor
Chat({})
Returns a new Chat instance.
Implementation
Chat({
this.id,
this.tutor,
this.customer,
this.isArchived,
this.created,
this.unreadCount,
this.lastMessage,
this.isTrialed,
});
Returns a new Chat instance.
Chat({
this.id,
this.tutor,
this.customer,
this.isArchived,
this.created,
this.unreadCount,
this.lastMessage,
this.isTrialed,
});