menu
analyzer package
documentation
ast
EnumDeclaration
members property
members
brightness_4
members
property
Null safety
NodeList
<
ClassMember
>
members
Return the members declared by the enumeration.
Implementation
NodeList<ClassMember> get members;
analyzer package
documentation
ast
EnumDeclaration
members property
EnumDeclaration class
Constructors
EnumDeclaration
Properties
beginToken
childEntities
constants
declaredElement
declaredElement2
documentationComment
end
endToken
enumKeyword
firstTokenAfterCommentAndMetadata
hashCode
implementsClause
isSynthetic
leftBracket
length
members
metadata
name
name2
offset
parent
rightBracket
root
runtimeType
semicolon
sortedCommentAndAnnotations
typeParameters
withClause
Methods
accept
findPrevious
getProperty
noSuchMethod
setProperty
thisOrAncestorMatching
thisOrAncestorOfType
toSource
toString
visitChildren
Operators
operator ==