$AdSlot constructor Null safety

$AdSlot(
  1. {String? comment,
  2. String? compatibility,
  3. String? height,
  4. String? linkedPlacementId,
  5. String? name,
  6. String? paymentSourceType,
  7. bool? primary,
  8. String? width}
)

Implementation

$AdSlot({
  this.comment,
  this.compatibility,
  this.height,
  this.linkedPlacementId,
  this.name,
  this.paymentSourceType,
  this.primary,
  this.width,
});