location property Null safety
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;