Returns the display values for this enum parameter (without quotes)
List<String> get displayValues { if (values == null) return []; return values!.map((v) => _stripQuotes(v)).toList(); }