HetuConfig constructor

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

Implementation

HetuConfig({
  this.debugPerformance = true,
  this.explicitEndOfStatement = false,
  this.doStaticAnalysis = false,
  this.computeConstantExpression = false,
  this.compileWithoutLineInfo = false,
  this.ignoreAssertionStatement = 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,
  this.normalizeImportPath = true,
});