valueTos abstract method

Iterable valueTos(
  1. dynamic val,
  2. dynamic key, {
  3. List anyTags,
  4. List allTags,
})

Get all values link from val

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

Implementation

Iterable valueTos(val, key, {List anyTags, List allTags});