candidates property

Iterable<TCandidate> candidates

Implementation

Iterable<TCandidate> get candidates => places.expand((p) => p);