constants property

Return the enumeration constants being declared.

Implementation

@override
NodeListImpl<EnumConstantDeclarationImpl> get constants => _constants;