Descendant constructor
- required SerializableFinder of,
- required SerializableFinder matching,
- bool matchRoot = false,
- bool firstMatchOnly = false,
Creates a descendant finder.
Implementation
const Descendant({
required this.of,
required this.matching,
this.matchRoot = false,
this.firstMatchOnly = false,
});