linkTos abstract method

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

Get all links link from val

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

Implementation

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