first property
Returns a variant of this finder that only matches the first item found by this finder.
Implementation
FinderBase<CandidateType> get first => _FirstFinder<CandidateType>(this);
Returns a variant of this finder that only matches the first item found by this finder.
FinderBase<CandidateType> get first => _FirstFinder<CandidateType>(this);