enumDeprecated property

List<bool>? enumDeprecated
getter/setter pair

The deprecation status for the enums.

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

Implementation

core.List<core.bool>? enumDeprecated;