JobPostView constructor
JobPostView({
- StatusC27Enum? status,
- JobTypeEnum? jobType,
- String? subject,
- String? level,
- DateTime? startDate,
- int? experience,
- String? duration,
- int? id,
- String? icon,
- String? description,
- String? appliedAt,
- String? location,
- bool? isOpen,
- String? slug,
- String? subjectLevelSlug,
- List<
JobApplicationTutor> applications = const [], - int? subjectId,
- int? levelId,
- String? postcode,
Returns a new JobPostView instance.
Implementation
JobPostView({
this.status,
this.jobType,
this.subject,
this.level,
this.startDate,
this.experience,
this.duration,
this.id,
this.icon,
this.description,
this.appliedAt,
this.location,
this.isOpen,
this.slug,
this.subjectLevelSlug,
this.applications = const [],
this.subjectId,
this.levelId,
this.postcode,
});