CompileScriptResult constructor
CompileScriptResult({
- ScriptId? scriptId,
- ExceptionDetails? exceptionDetails,
Implementation
CompileScriptResult({this.scriptId, this.exceptionDetails});