menu
dds package
documentation
dap.dart
BreakpointLocation
BreakpointLocation constructor
BreakpointLocation constructor
dark_mode
light_mode
BreakpointLocation
constructor
BreakpointLocation
(
{
int
?
column
,
int
?
endColumn
,
int
?
endLine
,
required
int
line
,
})
Implementation
BreakpointLocation({ this.column, this.endColumn, this.endLine, required this.line, });
dds package
documentation
dap
BreakpointLocation
BreakpointLocation constructor
BreakpointLocation class