GetBanksResponse constructor

GetBanksResponse({
  1. String? status,
  2. String? message,
  3. List<Bank>? banks,
})

Implementation

GetBanksResponse({this.status, this.message, this.banks});