CreateAnAccount constructor
CreateAnAccount({
- String? username,
- String? email,
- RegisterType? registerType,
- String? password,
- String? confirmPassword,
Implementation
CreateAnAccount({
this.username,
this.email,
this.registerType,
this.password,
this.confirmPassword,
});