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