Object? getProperty(Element element, String key) { var elemProps = _elementsProperties[element]; return elemProps != null ? elemProps[key] : null; }