JavaScriptDarwinExecutionException constructor
const
JavaScriptDarwinExecutionException(
- String message,
- JsEvalResult jsEvalResult,
- JavascriptCoreRuntime runtime,
- StackTrace stackTrace,
Implementation
const JavaScriptDarwinExecutionException(
this.message, this.jsEvalResult, this.runtime, this.stackTrace);