PublisherConnection constructor

PublisherConnection({
  1. String? biddingState,
  2. String? createTime,
  3. String? displayName,
  4. String? name,
  5. String? publisherPlatform,
})

Implementation

PublisherConnection({
  this.biddingState,
  this.createTime,
  this.displayName,
  this.name,
  this.publisherPlatform,
});