unshareRelation method

void unshareRelation(
  1. ReactiveModel other
)

Implementation

void unshareRelation(ReactiveModel other) {
  removeNested(other);
  other.removeNested(this);
}