reportLocation property
The location in the source code where the decision was made to report the error, usually the place where it was logged.
For a logged exception this would be the source line where the exception is logged, usually close to the place where it was caught.
Implementation
SourceLocation? reportLocation;