diagnosticOffset property

int? get diagnosticOffset
inherited

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;