names property

Iterable<String> names

Implementation

Iterable<String> get names => map((i) => i.name);