CloudXAd constructor

const CloudXAd({
  1. String? placementName,
  2. String? placementId,
  3. String? bidder,
  4. String? externalPlacementId,
  5. double? revenue,
})

Creates a CloudXAd instance.

Typically created internally by the SDK from native platform data.

Implementation

const CloudXAd({
  this.placementName,
  this.placementId,
  this.bidder,
  this.externalPlacementId,
  this.revenue,
});