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