props property
Returns a list of properties used to determine if two FastAdInfo instances are equal.
Implementation
@override
List<Object?> get props => [
androidNativeAdUnitId,
iosNativeAdUnitId,
androidBannerAdUnitId,
iosBannerAdUnitId,
androidInterstitialAdUnitId,
iosInterstitialAdUnitId,
androidRewardedAdUnitId,
iosRewardedAdUnitId,
androidSplashAdUnitId,
iosSplashAdUnitId,
androidRewardedInterstitialAdUnitId,
iosRewardedInterstitialAdUnitId,
keywords,
countries,
splashAdThreshold,
adServiceUriAuthority,
refreshInterval,
autoRefresh,
showRemoveAdLink,
androidNativeAdmobEnabled,
iosNativeAdmobEnabled,
interstitialAdThreshold,
splashAdTimeThreshold,
androidSplashAdUnits,
iosSplashAdUnits,
androidInterstitialAdUnits,
iosInterstitialAdUnits,
androidRewardedAdUnits,
iosRewardedAdUnits,
androidNativeAdUnits,
iosNativeAdUnits,
];