OWRegistrationResponse constructor
OWRegistrationResponse({
- required OWUserProfile userProfile,
- OWCustomInfo? customInfo,
Implementation
OWRegistrationResponse({
required this.userProfile,
this.customInfo,
});