setRelInfo static method

void setRelInfo(
  1. ToMany toMany,
  2. Store store,
  3. RelInfo rel,
  4. Box srcBox,
)

Set relation info.

Implementation

static void setRelInfo(ToMany toMany, Store store, RelInfo rel, Box srcBox) =>
    toMany._setRelInfo(store, rel, srcBox);