CompilerFlags constructor

const CompilerFlags({
  1. bool enableDevTools = false,
  2. bool useLegacyStyleEncapsulation = false,
  3. bool forceMinifyWhitespace = false,
  4. bool emitComponentFactories = true,
  5. bool emitInjectableFactories = true,
  6. bool exportUserCodeFromTemplate = false,
  7. Map<String, Set<String>> policyExceptionInPackages = const {},
  8. Map<String, Set<String>> policyExceptions = const {},
  9. bool enableDataDebugSource = false,
})

Implementation

const CompilerFlags({
  this.enableDevTools = false,
  this.useLegacyStyleEncapsulation = false,
  this.forceMinifyWhitespace = false,
  this.emitComponentFactories = true,
  this.emitInjectableFactories = true,
  this.exportUserCodeFromTemplate = false,
  this.policyExceptionInPackages = const {},
  this.policyExceptions = const {},
  this.enableDataDebugSource = false,
});