Logic4Ads constructor

const Logic4Ads({
  1. Key? key,
  2. required AdType adType,
  3. required AdSize adSize,
})

Implementation

const Logic4Ads({super.key, required this.adType, required this.adSize});