URegisterParams constructor
URegisterParams({})
Implementation
URegisterParams({
required this.userName,
required this.password,
required this.tags,
this.email,
this.phoneNumber,
this.firstName,
this.lastName,
});