enumValues property

List<String>? enumValues
getter/setter pair

Potential list of values for the opeatror field.

This field is only filled when we can safely enumerate all the possible values of this operator.

Implementation

core.List<core.String>? enumValues;