matchRanges property

List<MatchRange>? matchRanges
getter/setter pair

The matched ranges in the snippet.

Implementation

core.List<MatchRange>? matchRanges;