InStreamAd constructor

InStreamAd({
  1. CommonInStreamAttribute? commonInStreamAttribute,
  2. Map<String, String>? customParameters,
})

Implementation

InStreamAd({
  this.commonInStreamAttribute,
  this.customParameters,
});