NUIAuthSignUpReq constructor
NUIAuthSignUpReq({})
Implementation
NUIAuthSignUpReq({
required this.username,
required this.password,
required this.email,
this.mobileNo,
this.name,
this.displayName,
this.age,
this.gender,
this.recoveryEmail,
this.provider
});