element property
Element?
element
finalinherited
The code element associated with this error.
May be null
if the error had no associated element, or if the location
was passed with node
.
Implementation
final Element? element;