A list of all the enum value names.
List<String> get names => [ for (final value in filtered) value.name, ];