Diagnostics constructor
Diagnostics({})
Implementation
Diagnostics(
{this.code,
this.severity,
this.type,
this.location,
this.problemMessage,
this.correctionMessage,
this.documentation});