relatedInformation property
List<DiagnosticRelatedInformation>
get
relatedInformation
An array of related diagnostic information, e.g. when symbol-names within a scope collide all definitions can be marked via this property.
Implementation
_i2.List<_i3.DiagnosticRelatedInformation> get relatedInformation =>
(_i5.getProperty(
this,
'relatedInformation',
) as _i2.List)
.cast();
set
relatedInformation
( )
Implementation
set relatedInformation(_i2.List<_i3.DiagnosticRelatedInformation> value) {
_i5.setProperty(
this,
'relatedInformation',
value,
);
}