@override String? getAttribute(Node element, String attrName) { final element2 = element.asElementChecked; return element2?.getAttribute(attrName); }