breakpoints property

List<Breakpoint> breakpoints
final

Information about the breakpoints. The array elements are in the same order as the elements of the breakpoints (or the deprecated lines) array in the arguments.

Implementation

final List<Breakpoint> breakpoints;