misses property Null safety

List<int>? misses
read / write

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

Implementation

List<int>? misses;