resolvedBreakpoints property
The list of set breakpoints in this script if calls to setBreakpointByUrl
matches this script's URL or hash. Clients that use this list can ignore the
breakpointResolved
event. They are equivalent.
Implementation
final List<ResolvedBreakpoint>? resolvedBreakpoints;