ResponseInterstitial constructor

ResponseInterstitial(
  1. StatusInterstitial status, {
  2. int? admobErrorCode,
  3. String? admobErrorMessage,
})

Implementation

ResponseInterstitial(this.status,
    {this.admobErrorCode, this.admobErrorMessage});