enumElement2 property
Return the element representing the built-in type Enum
, or null
if
the SDK does not have definition of Enum
.
Implementation
@experimental
ClassElement2? get enumElement2;
Return the element representing the built-in type Enum
, or null
if
the SDK does not have definition of Enum
.
@experimental
ClassElement2? get enumElement2;