CreateAndConfigureAccountRequest constructor
CreateAndConfigureAccountRequest({
- Account? account,
- List<
AddAccountService> ? service, - List<
SetAliasForRelationship> ? setAlias, - List<
AddUser> ? user,
Implementation
CreateAndConfigureAccountRequest({
this.account,
this.service,
this.setAlias,
this.user,
});