UserSignup constructor
UserSignup({})
Returns a new UserSignup instance.
Implementation
UserSignup({
required this.username,
required this.firstName,
required this.lastName,
required this.email,
required this.password,
required this.group,
this.roles = const [],
});