AppBannerResponse constructor

AppBannerResponse({
  1. List<AppBanner>? rows,
  2. int? count,
})

Implementation

AppBannerResponse({this.rows, this.count});