values method
- dynamic val,
- dynamic key,
- {List anyTags,
- List allTags}
Get all the values on all links of this node
(Optional) Only if it matches any of anyTags
and matches all items in allTags
Implementation
Iterable values(val, key, {List anyTags, List allTags});