RegistrationResponse constructor

RegistrationResponse({
  1. UserProfile? userProfile,
  2. CustomInfo? customInfo,
})

Implementation

RegistrationResponse({
  this.userProfile,
  this.customInfo,
});