hasAttributeNS method

bool hasAttributeNS(
  1. String? namespace,
  2. String localName
)

Implementation

bool hasAttributeNS(String? namespace, String localName) =>
    js_util.callMethod(this, 'hasAttributeNS', [namespace, localName]);