Returns a key namespaced to this object's namedId.
Useful for storing per-instance data in a flat map without collisions.
String uniqKey(String key) => '$_namedId.$key';