SchoolsupplyRequestTutor constructor
SchoolsupplyRequestTutor({})
Returns a new SchoolsupplyRequestTutor instance.
Implementation
SchoolsupplyRequestTutor({
required this.name,
required this.email,
this.postcode,
this.phone,
required this.message,
this.createdBy,
required this.agreedToTerms,
this.subjectLevel,
this.id,
});