BreakpointLocationsResponseBody constructor

BreakpointLocationsResponseBody({
  1. required List<BreakpointLocation> breakpoints,
})

Implementation

BreakpointLocationsResponseBody({
  required this.breakpoints,
});