TutorReference constructor
TutorReference({})
Returns a new TutorReference instance.
Implementation
TutorReference({
this.tutor,
this.rating,
this.comment,
this.firstName,
this.lastName,
this.email,
this.relation,
});