hits property Null safety

List<int>? hits
read / write

A list of token positions (or line numbers if reportLines was enabled) in a SourceReportRange which have been executed. The list is sorted.

Implementation

List<int>? hits;