RegistrationRequest constructor

RegistrationRequest({
  1. bool disableDomainBlock,
  2. bool generateAuthenticationToken,
  3. UserRegistration registration,
  4. bool sendSetPasswordEmail,
  5. bool skipRegistrationVerification,
  6. bool skipVerification,
  7. User user,
})

Implementation

RegistrationRequest(
    {this.disableDomainBlock,
    this.generateAuthenticationToken,
    this.registration,
    this.sendSetPasswordEmail,
    this.skipRegistrationVerification,
    this.skipVerification,
    this.user});