get method
- dynamic from,
- dynamic to,
- dynamic key,
- {List anyTags,
- List allTags}
Get the value on the specified edge
(Optional) Only if it matches any of anyTags
and matches all items in allTags
Implementation
Maybe get(from, to, key, {List anyTags, List allTags});