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