BreakpointLocation class
Properties of a breakpoint location returned from the breakpointLocations
request.
Constructors
- BreakpointLocation({int? column, int? endColumn, int? endLine, required int line})
-
BreakpointLocation.fromMap(Map<
String, Object?> obj)
Properties
- column → int?
-
The start position of a breakpoint location. Position is measured in
UTF-16 code units and the client capability
columnsStartAt1
determines whether it is 0- or 1-based.final - endColumn → int?
-
The end position of a breakpoint location (if the location covers a
range). Position is measured in UTF-16 code units and the client
capability
columnsStartAt1
determines whether it is 0- or 1-based.final - endLine → int?
-
The end line of breakpoint location if the location covers a range.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- line → int
-
Start line of breakpoint location.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited