getAttributeNS method

String? getAttributeNS(
  1. String? namespace,
  2. String localName
)

Implementation

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