endSourceSpan property Null safety
read / write
The source span of the end tag this element, if it was created by the
HtmlParser. May be null
if does not have an implicit end tag.
Implementation
FileSpan? endSourceSpan;
The source span of the end tag this element, if it was created by the
HtmlParser. May be null
if does not have an implicit end tag.
FileSpan? endSourceSpan;