bool hasProperty(Element element, String name)

Source

bool hasProperty(Element element, String name) =>
    js_util.hasProperty(element, name);