dartdoc
dartdoc
Enum
constructor Enum
Enum
class Enum
Constructors
Enum
Properties
constants
instanceProperties
kind
propertiesForPages
allCanonicalModelElements
allInstanceMethods
allInstanceMethodsInherited
allInstanceProperties
allInstancePropertiesInherited
allModelElements
allOperators
allOperatorsInherited
allParameters
annotations
canHaveParameters
canonicalLibrary
constructors
definingLibrary
documentation
documentationAsHtml
documentationFrom
element
elementLocation
enclosingElement
exportedInLibraries
features
featuresAsString
fileName
fullkind
fullyQualifiedName
fullyQualifiedNameWithoutLibrary
genericParameters
hasAnnotations
hasConstants
hasConstructors
hasDocumentation
hasExtendedDocumentation
hashCode
hasImplementors
hasInheritedMethods
hasInstanceMethods
hasInstanceProperties
hasInterfaces
hasMethods
hasMixins
hasModifiers
hasOperators
hasParameters
hasProperties
hasStaticMethods
hasStaticProperties
hasSupertype
href
htmlId
implementors
inheritanceChain
inheritedMethods
inheritedOperators
inheritedProperties
instanceMethods
interfaces
isAbstract
isAsynchronous
isCanonical
isConst
isDeprecated
isErrorOrException
isExecutable
isFinal
isLocalElement
isPropertyAccessor
isPropertyInducer
isStatic
library
lineAndColumn
linkedName
linkedParamsLines
linkedParamsNoMetadata
linkedParamsNoMetadataOrNames
methodsForPages
mixins
mixinsRaw
modelType
name
nameWithGenerics
oneLineDoc
operators
operatorsForPages
overriddenDepth
overriddenDocumentedElement
overriddenElement
package
parameters
runtimeType
sourceFileName
staticMethods
staticProperties
superChain
superChainRaw
superChainRawReversed
superChainReversed
supertype
usedElements
Methods
annotationsFromMetadata
canOverride
compareTo
contains
filterNonPublicTypes
linkedParams
noSuchMethod
toString
warn
Operators
operator ==
Enum
(
ClassElement
element
,
Library
library
)
Source
Enum(ClassElement element, Library library) : super(element, library);
constructor Enum