NumbersEFT constructor

NumbersEFT({
  1. String? accountId,
  2. String? account,
  3. String? institution,
  4. String? branch,
})

Implementation

NumbersEFT({
  this.accountId,
  this.account,
  this.institution,
  this.branch,
});