CreateUser constructor
CreateUser({})
Returns a new CreateUser instance.
Implementation
CreateUser({
required this.username,
required this.firstName,
required this.lastName,
required this.email,
required this.password,
required this.groupId,
this.acceptTermsAndConditions = false,
this.roles = const [],
this.expiringAt,
this.enabled = true,
});