setToBy<T> method
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 = const []}) =>
setTo(from, to, T, val, tags: tags);