setToBy<T> abstract method

void setToBy<T>(
  1. dynamic from,
  2. dynamic to,
  3. dynamic val,
  4. {List tags}
)

Link a directed link with value but by Generic, if from and to don't exist, they will be added

Equivalent to setTo(from, to, T, val)

Optional tags for setting tags

Implementation

void setToBy<T>(from, to, val, {List tags});