RegisterRequest constructor
const
RegisterRequest({
- EmailType? email,
- UsernameType? username,
- String? globalName,
- PasswordType? password,
- String? dateOfBirth,
- bool? consent,
- String? inviteCode,
- String? registrationUrlCode,
- RegisterRequestThemeTheme? theme,
Implementation
const RegisterRequest({
this.email,
this.username,
this.globalName,
this.password,
this.dateOfBirth,
this.consent,
this.inviteCode,
this.registrationUrlCode,
this.theme,
});