FinancialInstitutionInformationDto constructor
FinancialInstitutionInformationDto({})
Returns a new FinancialInstitutionInformationDto instance.
Implementation
FinancialInstitutionInformationDto({
this.name,
this.key,
this.bankAccount,
this.bic,
this.proxyBankAccount,
this.proxyBic,
this.preferredFiiForPartners = const {},
this.encryptedSelf,
});