toNames method

Iterable<String> toNames()

Implementation

Iterable<String> toNames() => map((e) => e.name);