@override Node? callClearClass(Node? target) { if (target is Element) { target.classes.clear(); } return target; }