EmployerVerification constructor

EmployerVerification({
  1. String? name,
})

Implementation

EmployerVerification({
  this.name,
});