CreateUser constructor
Returns a new CreateUser instance.
Implementation
CreateUser({
required this.name,
required this.email,
this.password,
});
Returns a new CreateUser instance.
CreateUser({
required this.name,
required this.email,
this.password,
});