PEBankAccount constructor
PEBankAccount({
- required String token,
- required AccountData accountData,
Implementation
PEBankAccount({
// required this.id,
required this.token,
required this.accountData,
});