GetBanksResponse constructor

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

Implementation

GetBanksResponse({
  super.success,
  super.titleResponse,
  super.textResponse,
  super.lastAction,
  super.data,
});