JobApplicationTutor constructor
JobApplicationTutor({})
Returns a new JobApplicationTutor instance.
Implementation
JobApplicationTutor({
this.id,
this.appliedAt,
required this.jobPost,
required this.isProfileComplete,
this.tutor,
this.rejectedAt,
this.isActive,
this.tutorMessage,
});