linkFroms abstract method

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

Get all links link to val

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

Implementation

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