possibleBreakpoints property Null safety
optional">@optionalread / write
Possible breakpoint information for this range, represented as a sorted list of token positions (or line numbers if reportLines was enabled). Provided only when the when the PossibleBreakpoint report has been requested and the range has been compiled.
Implementation
@optional
List<int>? possibleBreakpoints;