attributeName property

  1. @Deprecated('Use attributeKey instead')
String? attributeName

If a user attribute update is underway, this is the name of the attribute being updated.

Implementation

@Deprecated('Use attributeKey instead')
String? get attributeName => attributeKey?.key;