PatchedTutorProfileOnboarding constructor

PatchedTutorProfileOnboarding({
  1. String? name,
  2. String? firstName,
  3. String? lastName,
  4. String? phoneNumber,
  5. String? email,
  6. bool? hasDbsUpdateService,
  7. String? dbsNumber,
  8. DateTime? dbsDateOfIssue,
  9. String? dbsScan,
  10. String? video,
  11. String? videoLink,
  12. String? photo,
  13. String? postcode,
  14. bool? hasSkype,
  15. List<TutorSubject> subjects = const [],
  16. int? experienceYears,
  17. String? experience,
  18. String? tagline,
  19. List<TutorProfileFiles> files = const [],
  20. bool? onlineTutoring,
  21. bool? inPersonTutoring,
  22. bool? profilePhotoRejected,
  23. bool? profileSubmitted,
  24. List<TutorQualification> qualifications = const [],
  25. List<TutorReferenceCreate> references = const [],
  26. bool? statementConfirmation,
  27. bool? handbook,
  28. String? tutorIDImage,
  29. String? tutorCv,
})

Returns a new PatchedTutorProfileOnboarding instance.

Implementation

PatchedTutorProfileOnboarding({
  this.name,
  this.firstName,
  this.lastName,
  this.phoneNumber,
  this.email,
  this.hasDbsUpdateService,
  this.dbsNumber,
  this.dbsDateOfIssue,
  this.dbsScan,
  this.video,
  this.videoLink,
  this.photo,
  this.postcode,
  this.hasSkype,
  this.subjects = const [],
  this.experienceYears,
  this.experience,
  this.tagline,
  this.files = const [],
  this.onlineTutoring,
  this.inPersonTutoring,
  this.profilePhotoRejected,
  this.profileSubmitted,
  this.qualifications = const [],
  this.references = const [],
  this.statementConfirmation,
  this.handbook,
  this.tutorIDImage,
  this.tutorCv,
});