GetBanksResponseEntity constructor

GetBanksResponseEntity({
  1. bool? success,
  2. String? titleResponse,
  3. String? textResponse,
  4. String? lastAction,
  5. List<BankEntity>? data,
})

Implementation

GetBanksResponseEntity({
  this.success,
  this.titleResponse,
  this.textResponse,
  this.lastAction,
  this.data,
});