valueType property

Type valueType
final

The type of the mapped enum values. Use the function getType<T>() to pass a parameterized type.

Example: To specify the type List<int> use valueType: getType<List<int>>().

Implementation

final Type valueType;