BankAccount constructor
BankAccount({})
Implementation
BankAccount({
this.id, this.name, this.country, this.accountType, this.accountNumber,
this.bankCode, this.created, this.isDefault, this.entityId,
this.entityType, this.inputType, this.phone, this.routingNumber,
this.updated
});