$Channel00 constructor

$Channel00({
  1. String? advertiserId,
  2. String? channelId,
  3. String? displayName,
  4. String? name,
  5. String? negativelyTargetedLineItemCount,
  6. String? partnerId,
  7. String? positivelyTargetedLineItemCount,
})

Implementation

$Channel00({
  this.advertiserId,
  this.channelId,
  this.displayName,
  this.name,
  this.negativelyTargetedLineItemCount,
  this.partnerId,
  this.positivelyTargetedLineItemCount,
});