valueTosBy<T> method
Get all values link from val but by Generic
Equivalent to valueTos(val, T)
(Optional) Only if it matches any of anyTags and matches all items in allTags
Implementation
Iterable valueTosBy<T>(val,
{List anyTags = const [], List allTags = const []}) =>
valueTos(val, T, anyTags: anyTags, allTags: allTags);