BreakpointLocationsResponseBody constructor
BreakpointLocationsResponseBody({
- required List<
BreakpointLocation> breakpoints,
Implementation
BreakpointLocationsResponseBody({
required this.breakpoints,
});