attributeName property

String? get attributeName

Returns the local name of the changed attribute, and null otherwise.

MDN Reference

Implementation

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