ResponseBanner constructor
ResponseBanner(
- StatusBanner status, {
- BannerAd? ad,
- int? admobErrorCode,
- String? admobErrorMessage,
Implementation
ResponseBanner(this.status,
{this.ad, this.admobErrorCode, this.admobErrorMessage});