values abstract method

Iterable values(
  1. dynamic val,
  2. dynamic key, {
  3. List anyTags,
  4. 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});