node property
AstNode?
node
finalinherited
The AST Node associated with this error.
May be null
if the error has no associated node in the input source
code, or if the location was passed with element
.
Implementation
final AstNode? node;