location property Null safety

dynamic location
read / write

SourceLocation when breakpoint is resolved, UnresolvedSourceLocation when a breakpoint is not resolved.

location can be one of SourceLocation or UnresolvedSourceLocation.

Implementation

dynamic location;