CompilerFlags constructor
      const
      CompilerFlags({ 
    
    
- bool enableDevTools = false,
- bool useLegacyStyleEncapsulation = false,
- bool forceMinifyWhitespace = false,
- bool emitComponentFactories = true,
- bool emitInjectableFactories = true,
- bool exportUserCodeFromTemplate = false,
- Map<String, Set< policyExceptionInPackages = const {},String> >
- Map<String, Set< policyExceptions = const {},String> >
- 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,
});