CustomerEnquiry constructor
CustomerEnquiry({})
Returns a new CustomerEnquiry instance.
Implementation
CustomerEnquiry({
this.id,
this.tutors = const [],
this.subjectlevel,
required this.postcode,
this.messageToTutor,
this.featuredTutors,
this.jobPost,
});