Customer constructor
Customer({})
Returns a new Customer instance.
Implementation
Customer({
required this.name,
required this.telephone,
this.postcode,
required this.email,
this.tutoringType,
this.subject,
this.subjectlevel,
required this.leadType,
});