FastSplashAdBlocState constructor
FastSplashAdBlocState({})
Implementation
FastSplashAdBlocState({
super.isInitializing = false,
super.isInitialized = false,
this.isAdDisplayable = false,
this.isAdLoading = false,
this.isAdLoaded = false,
this.lastImpressionDate,
FastAdInfo? adInfo,
this.countryCode,
}) : adInfo = adInfo ?? const FastAdInfo();