PatchedTutorProfileOnboarding constructor
PatchedTutorProfileOnboarding({
- String? name,
- String? firstName,
- String? lastName,
- String? phoneNumber,
- String? email,
- bool? hasDbsUpdateService,
- String? dbsNumber,
- DateTime? dbsDateOfIssue,
- String? dbsScan,
- String? video,
- String? videoLink,
- String? photo,
- String? postcode,
- bool? hasSkype,
- List<
TutorSubject> subjects = const [], - int? experienceYears,
- String? experience,
- String? tagline,
- List<
TutorProfileFiles> files = const [], - bool? onlineTutoring,
- bool? inPersonTutoring,
- bool? profilePhotoRejected,
- bool? profileSubmitted,
- List<
TutorQualification> qualifications = const [], - List<
TutorReferenceCreate> references = const [], - bool? statementConfirmation,
- bool? handbook,
- String? tutorIDImage,
- 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,
});