SourceTypeIdeal constructor

const SourceTypeIdeal({
  1. String? bank,
  2. String? bic,
  3. String? ibanLast4,
  4. String? statementDescriptor,
})

Implementation

const SourceTypeIdeal({
  this.bank,
  this.bic,
  this.ibanLast4,
  this.statementDescriptor,
});