The partition of this Key.
Partition get partition { var obj = _parent; while (obj is! Partition) { obj = (obj as Key)._parent; } return obj; }