CreateAndConfigureAccountRequest constructor

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

Implementation

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