ObaIcon constructor

ObaIcon({
  1. String? iconClickThroughUrl,
  2. String? iconClickTrackingUrl,
  3. String? iconViewTrackingUrl,
  4. String? program,
  5. String? resourceUrl,
  6. Size? size,
  7. String? xPosition,
  8. String? yPosition,
})

Implementation

ObaIcon({
  this.iconClickThroughUrl,
  this.iconClickTrackingUrl,
  this.iconViewTrackingUrl,
  this.program,
  this.resourceUrl,
  this.size,
  this.xPosition,
  this.yPosition,
});