diagnosticOffset property
The offset of the source range associated with the diagnostic being
fixed, or null if there is no diagnostic.
Implementation
int? get diagnosticOffset => diagnostic?.problemMessage.offset;
The offset of the source range associated with the diagnostic being
fixed, or null if there is no diagnostic.
int? get diagnosticOffset => diagnostic?.problemMessage.offset;