Bank constructor
Bank({})
Implementation
Bank({
required this.id,
required this.name,
required this.code,
required this.bin,
required this.shortName,
required this.logo,
required this.transferSupported,
required this.lookupSupported,
});