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