enumElement property
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;
Return the element representing the built-in type Enum
, or null
if
the SDK does not have definition of Enum
.
@Deprecated('Use enumElement2 instead')
ClassElement? get enumElement;