BankAccountDetails constructor

BankAccountDetails({
  1. String? number,
  2. String? fullName,
  3. String? bsb,
})

Implementation

BankAccountDetails({this.number, this.fullName, this.bsb});