withAdType method

dynamic withAdType(
  1. String adType
)

Implementation

withAdType(String adType) {
  this[ADMON_AD_TYPE] = adType;
  return this;
}