TutorJobPostView constructor

TutorJobPostView({
  1. StatusC27Enum? status,
  2. JobTypeEnum? jobType,
  3. String? subject,
  4. String? level,
  5. DateTime? startDate,
  6. int? experience,
  7. String? duration,
  8. int? id,
  9. String? icon,
  10. String? description,
  11. String? location,
  12. bool? isOpen,
  13. String? slug,
  14. int? subjectId,
  15. int? levelId,
  16. String? postcode,
  17. String? budget,
  18. int? priceMin,
  19. int? priceMax,
  20. List<String> tags = const [],
  21. 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,
});