constants property

  1. @Deprecated('Use body instead')
NodeList<EnumConstantDeclaration> get constants

The enumeration constants being declared.

Implementation

@Deprecated('Use body instead')
NodeList<EnumConstantDeclaration> get constants;