setBy<T> method
create an link between 2 nodes with value but by Generic
Equivalent to set(a, b, T, val)
Optional tags for setting tags
Implementation
void setBy<T>(a, b, val, {List tags = const []}) =>
set(a, b, T, val, tags: tags);