AdRevenueEvent constructor

AdRevenueEvent(
  1. AdsType type,
  2. String adUnitId,
  3. PrecisionType precision,
  4. String currencyCode,
  5. double valueMicros, {
  6. AdapterResponseInfo? loadedAdapterResponseInfo,
})

Implementation

AdRevenueEvent(this.type, this.adUnitId, this.precision, this.currencyCode, this.valueMicros,
    {this.loadedAdapterResponseInfo});