getBy<T> abstract method
Get the value on the specified edge but by Generic
Equivalent to get(from, to, T)
(Optional) Only if it matches any of anyTags and matches all items in allTags
Implementation
dynamic getBy<T>(from, to, {List anyTags, List allTags});