source property

SourceLocation? source
final

Optional source information where the error occurred

For syntax errors and similar issues, this provides the exact location in the document where the problem was detected, facilitating debugging.

Implementation

final SourceLocation? source;