RegistrationResponse constructor
RegistrationResponse({
- UserProfile? userProfile,
- CustomInfo? customInfo,
Implementation
RegistrationResponse({
this.userProfile,
this.customInfo,
});