attributeNamespace property

String? get attributeNamespace

Returns the namespace of the changed attribute, and null otherwise.

MDN Reference

Implementation

_i2.String? get attributeNamespace => _i4.getProperty(
      this,
      'attributeNamespace',
    );