EmploymentVerification constructor
EmploymentVerification({
- EmploymentVerificationStatus? status,
- DateTime? startDate,
- DateTime? endDate,
- EmployerVerification? employer,
- String? title,
- PlatformIds? platformIds,
Implementation
EmploymentVerification({
this.status,
this.startDate,
this.endDate,
this.employer,
this.title,
this.platformIds,
});