setTo abstract method

void setTo(
  1. dynamic from,
  2. dynamic to,
  3. dynamic key,
  4. dynamic val, {
  5. List tags,
})

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

Optional tags for setting tags

Implementation

void setTo(from, to, key, val, {List tags});