ChainedFinder constructor Null safety
- Finder parent
Create a Finder chained against the candidates of another Finder.
Implementation
ChainedFinder(this.parent) : assert(parent != null);
Create a Finder chained against the candidates of another Finder.
ChainedFinder(this.parent) : assert(parent != null);