Diagnostic

Undocumented in source.

Members

Mixins

__anonymous
mixin StrictOptionalSerializer
Undocumented in source.

Variables

code
Optional!JSONValue code;
Undocumented in source.
message
string message;
Undocumented in source.
range
TextRange range;
Undocumented in source.
relatedInformation
Optional!(DiagnosticRelatedInformation[]) relatedInformation;
Undocumented in source.
severity
Optional!DiagnosticSeverity severity;
Undocumented in source.
source
Optional!string source;
Undocumented in source.
tags
Optional!(DiagnosticTag[]) tags;
Undocumented in source.

Mixed In Members

From mixin StrictOptionalSerializer

_toJSON
JSONValue _toJSON()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta