AdBuildConfig constructor

const AdBuildConfig({
  1. required bool enableAd,
  2. required bool debugAd,
})

Implementation

const AdBuildConfig({required this.enableAd, required bool debugAd})
  : debugAd = enableAd ? debugAd : false;