HetuConfig constructor

HetuConfig({
  1. bool printPerformanceStatistics = true,
  2. bool normalizeImportPath = true,
  3. bool explicitEndOfStatement = false,
  4. bool doStaticAnalysis = false,
  5. bool computeConstantExpression = false,
  6. bool removeLineInfo = false,
  7. bool removeAssertion = false,
  8. bool removeDocumentation = false,
  9. bool showDartStackTrace = false,
  10. bool showHetuStackTrace = false,
  11. int stackTraceDisplayCountLimit = kStackTraceDisplayCountLimit,
  12. bool processError = true,
  13. bool allowVariableShadowing = true,
  14. bool allowImplicitVariableDeclaration = false,
  15. bool allowImplicitNullToZeroConversion = false,
  16. bool allowImplicitEmptyValueToFalseConversion = false,
})

Implementation

HetuConfig({
  this.printPerformanceStatistics = true,
  this.normalizeImportPath = true,
  this.explicitEndOfStatement = false,
  this.doStaticAnalysis = false,
  this.computeConstantExpression = false,
  this.removeLineInfo = false,
  this.removeAssertion = false,
  this.removeDocumentation = false,
  this.showDartStackTrace = false,
  this.showHetuStackTrace = false,
  this.stackTraceDisplayCountLimit = kStackTraceDisplayCountLimit,
  this.processError = true,
  this.allowVariableShadowing = true,
  this.allowImplicitVariableDeclaration = false,
  this.allowImplicitNullToZeroConversion = false,
  this.allowImplicitEmptyValueToFalseConversion = false,
});