allCandidates property

  1. @override
Iterable<CandidateType> allCandidates
override

Returns all of the items that will be considered by this finder.

Implementation

@override
Iterable<CandidateType> get allCandidates => parent.allCandidates;