values property

List<T> values
final

The values of the Enum to show.

Implementation

final List<T> values;