ResponseInterstitial constructor
ResponseInterstitial(
- StatusInterstitial status, {
- int? admobErrorCode,
- String? admobErrorMessage,
Implementation
ResponseInterstitial(this.status,
{this.admobErrorCode, this.admobErrorMessage});