Diagnostics constructor
Diagnostics({
- LifecycleErrorCode? errorCode,
- String? logTail,
- String? message,
- String? scriptName,
Implementation
Diagnostics({
this.errorCode,
this.logTail,
this.message,
this.scriptName,
});