FullChat constructor
FullChat({})
Returns a new FullChat instance.
Implementation
FullChat({
this.id,
this.tutor,
this.customer,
this.isArchived,
this.created,
this.unreadCount,
this.subjectSlug,
this.levelSlug,
required this.createdBy,
this.messages = const [],
this.hasEnquiryPendingTermsAcceptance,
});