BannerResponse constructor

BannerResponse({
  1. List<BannerModel>? data,
  2. int? count,
  3. int? pageSize,
  4. int? currentPage,
  5. int? lastPage,
})

Implementation

BannerResponse({
  this.data,
  this.count,
  this.pageSize,
  this.currentPage,
  this.lastPage,
});