hits property Null safety
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;
A list of token positions (or line numbers if reportLines was enabled) in a SourceReportRange which have been executed. The list is sorted.
List<int>? hits;