ResponseBanner constructor

ResponseBanner(
  1. StatusBanner status, {
  2. BannerAd? ad,
  3. int? admobErrorCode,
  4. String? admobErrorMessage,
})

Implementation

ResponseBanner(this.status,
    {this.ad, this.admobErrorCode, this.admobErrorMessage});