BannerAdsResponse constructor

BannerAdsResponse({
  1. List<BannerAdsPlacement> placements = const [],
  2. String? requestId = '',
  3. String? responseId = '',
})

Implementation

BannerAdsResponse({
  this.placements = const [],
  this.requestId = '',
  this.responseId = '',
});