BreakpointLocationsArguments constructor
BreakpointLocationsArguments({})
Implementation
BreakpointLocationsArguments({
this.column,
this.endColumn,
this.endLine,
required this.line,
required this.source,
});