names property

Iterable<string> get names

Implementation

static Iterable<string> get names => values.map((e) => e.name);