Get access of the relation's target box.
static Box targetBox(ToOne toOne) { toOne._verifyAttached(); return toOne._box; }