CompileScriptResult constructor

CompileScriptResult({
  1. ScriptId? scriptId,
  2. ExceptionDetails? exceptionDetails,
})

Implementation

CompileScriptResult({this.scriptId, this.exceptionDetails});