impressionData property

Future<ImpressionData?> impressionData

Impression data for the current fill. Returns null when there is no fill for the placement.

Official documentation: iOS Android

Implementation

Future<ImpressionData?> get impressionData =>
    _sdk._getImpressionData(AdType.interstitial, placementId);