InterpreterConfig constructor
InterpreterConfig({
- bool showDartStackTrace = false,
- bool showHetuStackTrace = false,
- int stackTraceDisplayCountLimit = kStackTraceDisplayCountLimit,
- bool processError = true,
- bool allowVariableShadowing = true,
- bool allowImplicitVariableDeclaration = false,
- bool allowImplicitNullToZeroConversion = false,
- bool allowImplicitEmptyValueToFalseConversion = false,
Implementation
InterpreterConfig(
{this.showDartStackTrace = false,
this.showHetuStackTrace = false,
this.stackTraceDisplayCountLimit = kStackTraceDisplayCountLimit,
this.processError = true,
this.allowVariableShadowing = true,
this.allowImplicitVariableDeclaration = false,
this.allowImplicitNullToZeroConversion = false,
this.allowImplicitEmptyValueToFalseConversion = false});