AdConfig constructor Null safety

AdConfig(
  1. {required AdType type,
  2. bool? startMobileAds}
)

Implementation

AdConfig({
  required this.type,
  this.startMobileAds,
});