setRelInfo<OwningEntityT> static method
Set relation info.
Implementation
static void setRelInfo<OwningEntityT>(
ToMany toMany, Store store, RelInfo rel) =>
toMany._setRelInfo<OwningEntityT>(store, rel);