AdBuildConfig.fromEnvironment constructor

const AdBuildConfig.fromEnvironment()

Implementation

const AdBuildConfig.fromEnvironment()
  : this(
      enableAd: const bool.fromEnvironment('ENABLE_AD', defaultValue: true),
      debugAd: const bool.fromEnvironment('DEBUG_AD', defaultValue: false),
    );