AdInfo constructor

AdInfo(
  1. String platformName,
  2. String ecpmPrecision,
  3. double ecpm
)

Implementation

AdInfo(this.platformName, this.ecpmPrecision, this.ecpm);