sourceRange property

SourceRange get sourceRange

Returns a SourceRange object describing the range of characters spanned by this syntactic entity.

Implementation

SourceRange get sourceRange => new SourceRange(offset, length);