isSyntacticElement property

bool get isSyntacticElement

Whether this is syntactically a pseudo-element selector.

This is true if and only if isSyntacticClass is false.

Implementation

bool get isSyntacticElement => !isSyntacticClass;