RegistrationConfiguration constructor

RegistrationConfiguration({
  1. Requirable birthDate,
  2. bool confirmPassword,
  3. Requirable firstName,
  4. String formId,
  5. Requirable fullName,
  6. Requirable lastName,
  7. LoginIdType loginIdType,
  8. Requirable middleName,
  9. Requirable mobilePhone,
  10. Requirable preferredLanguages,
  11. RegistrationType type,
})

Implementation

RegistrationConfiguration(
    {this.birthDate,
    this.confirmPassword,
    this.firstName,
    this.formId,
    this.fullName,
    this.lastName,
    this.loginIdType,
    this.middleName,
    this.mobilePhone,
    this.preferredLanguages,
    this.type});