enumElement property

  1. @Deprecated('Use enumElement2 instead')
ClassElement? get enumElement

Return the element representing the built-in type Enum, or null if the SDK does not have definition of Enum.

Implementation

@Deprecated('Use enumElement2 instead')
ClassElement? get enumElement;