EmploymentVerification constructor

EmploymentVerification({
  1. EmploymentVerificationStatus? status,
  2. DateTime? startDate,
  3. DateTime? endDate,
  4. EmployerVerification? employer,
  5. String? title,
  6. PlatformIds? platformIds,
})

Implementation

EmploymentVerification({
  this.status,
  this.startDate,
  this.endDate,
  this.employer,
  this.title,
  this.platformIds,
});