RegisterRequest constructor

const RegisterRequest({
  1. EmailType? email,
  2. UsernameType? username,
  3. String? globalName,
  4. PasswordType? password,
  5. String? dateOfBirth,
  6. bool? consent,
  7. String? inviteCode,
  8. String? registrationUrlCode,
  9. RegisterRequestThemeTheme? theme,
})

Implementation

const RegisterRequest({
  this.email,
  this.username,
  this.globalName,
  this.password,
  this.dateOfBirth,
  this.consent,
  this.inviteCode,
  this.registrationUrlCode,
  this.theme,
});