identityKey property
Get the identity key for this row Returns stable, unique UUID suitable for widget keys, caching, comparison
NOTE: This getter does NOT lock identity. Use lockIdentity() explicitly when binding to UI to prevent accidental identity changes.
Implementation
@override
Object get identityKey {
return _customIdentityKey ?? _internalId;
}