codeOffset property

int? codeOffset
inherited

The offset of the beginning of the element's code in the file that contains the element, or null if the element is synthetic.

Implementation

int? get codeOffset => _codeOffset;