CreateAndConfigureAccountRequest constructor

CreateAndConfigureAccountRequest({
  1. Account? account,
  2. List<AddAccountService>? service,
  3. List<SetAliasForRelationship>? setAlias,
  4. List<AddUser>? user,
})

Implementation

CreateAndConfigureAccountRequest({
  this.account,
  this.service,
  this.setAlias,
  this.user,
});