$DoubleVerifyVideoViewability constructor

$DoubleVerifyVideoViewability({
  1. String? playerImpressionRate,
  2. String? videoIab,
  3. String? videoViewableRate,
})

Implementation

$DoubleVerifyVideoViewability({
  this.playerImpressionRate,
  this.videoIab,
  this.videoViewableRate,
});