links abstract method

Iterable links(
  1. dynamic val, {
  2. List anyTags,
  3. List allTags,
})

Get all the links of this node

(Optional) Only if it matches any of anyTags and matches all items in allTags

Implementation

Iterable links(val, {List anyTags, List allTags});