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