constants property
The enumeration constants being declared.
Implementation
@Deprecated('Use body instead')
NodeList<EnumConstantDeclaration> get constants;
The enumeration constants being declared.
@Deprecated('Use body instead')
NodeList<EnumConstantDeclaration> get constants;