InstitutionsSearchAccountFilter constructor

InstitutionsSearchAccountFilter({
  1. List<AccountSubtype>? loan,
  2. List<AccountSubtype>? depository,
  3. List<AccountSubtype>? credit,
  4. List<AccountSubtype>? investment,
})

Implementation

InstitutionsSearchAccountFilter({
  this.loan,
  this.depository,
  this.credit,
  this.investment,
});