enumDescriptions property

List<String>? enumDescriptions
getter/setter pair

The descriptions for the enums.

Each position maps to the corresponding value in the "enum" array.

Implementation

core.List<core.String>? enumDescriptions;