PEBankAccount constructor

PEBankAccount({
  1. required String token,
  2. required AccountData accountData,
})

Implementation

PEBankAccount({
  // required this.id,
  required this.token,
  required this.accountData,
});