AdSlot constructor

AdSlot({
  1. required AdUnitPath adUnitPath,
})

Implementation

AdSlot({
  required this.adUnitPath,
});