isSyntacticClass property
Whether this is syntactically a pseudo-class selector.
This is the same as isClass unless this selector is a pseudo-element
that was written syntactically as a pseudo-class (:before
, :after
,
:first-line
, or :first-letter
).
This is true
if and only if isSyntacticElement is false
.
Implementation
final bool isSyntacticClass;