allCandidates property
override
Returns all of the items that will be considered by this finder.
Implementation
@override
Iterable<CandidateType> get allCandidates => parent.allCandidates;
Returns all of the items that will be considered by this finder.
@override
Iterable<CandidateType> get allCandidates => parent.allCandidates;