validNames property

Iterable<String> validNames

Implementation

Iterable<String> get validNames => valid.map((a) => a.name);