Diagnostics constructor

Diagnostics({
  1. LifecycleErrorCode? errorCode,
  2. String? logTail,
  3. String? message,
  4. String? scriptName,
})

Implementation

Diagnostics({
  this.errorCode,
  this.logTail,
  this.message,
  this.scriptName,
});