GromoreAdInfo constructor

GromoreAdInfo({
  1. String? adnName,
  2. String? customAdnName,
  3. String? slotID,
  4. String? levelTag,
  5. String? ecpm,
  6. int? biddingType,
  7. String? errorMsg,
  8. String? requestID,
})

Implementation

GromoreAdInfo(
    {this.adnName,
      this.customAdnName,
      this.slotID,
      this.levelTag,
      this.ecpm,
      this.biddingType,
      this.errorMsg,
      this.requestID});