enumValues property

List<String> enumValues
final

Possible values, if it is an enum/union.

Implementation

final List<String> enumValues;