BankAccount constructor
BankAccount({})
Implementation
BankAccount({
this.id,
this.type,
this.bank,
this.accountName,
this.accountType,
this.accountNumber,
this.routingNumber,
this.accountLimit,
this.status,
this.accountOwnerName,
this.accountOwnerEmail,
this.accountOwnerPhone,
this.createdAt,
});