RegisterInitResponse constructor
RegisterInitResponse(
- User user,
- String domain,
- RegistrationData registrationData
Implementation
RegisterInitResponse(
this.user,
this.domain,
this.registrationData
);