BanksWithUssd constructor

BanksWithUssd(
  1. String bankName,
  2. String bankCode
)

Implementation

BanksWithUssd(this.bankName, this.bankCode);