OWRegistrationResponse constructor

OWRegistrationResponse({
  1. required OWUserProfile userProfile,
  2. OWCustomInfo? customInfo,
})

Implementation

OWRegistrationResponse({
  required this.userProfile,
  this.customInfo,
});