InterpreterConfig constructor
InterpreterConfig({
- bool showDartStackTrace = false,
- bool showHetuStackTrace = false,
- int stackTraceDisplayCountLimit = 5,
- bool processError = true,
- bool debugMode = false,
- bool allowVariableShadowing = true,
- bool allowImplicitVariableDeclaration = false,
- bool allowImplicitNullToZeroConversion = false,
- bool allowImplicitEmptyValueToFalseConversion = false,
- bool allowInitializationExpresssionHaveValue = false,
- bool printPerformanceStatistics = false,
- bool checkTypeAnnotationAtRuntime = false,
- bool resolveExternalFunctionsDynamically = false,
Implementation
InterpreterConfig({
this.showDartStackTrace = false,
this.showHetuStackTrace = false,
this.stackTraceDisplayCountLimit = 5,
this.processError = true,
this.debugMode = false,
this.allowVariableShadowing = true,
this.allowImplicitVariableDeclaration = false,
this.allowImplicitNullToZeroConversion = false,
this.allowImplicitEmptyValueToFalseConversion = false,
this.allowInitializationExpresssionHaveValue = false,
this.printPerformanceStatistics = false,
this.checkTypeAnnotationAtRuntime = false,
this.resolveExternalFunctionsDynamically = false,
});