dartdoc
dartdoc
Accessor
property isGetter
isGetter
class Accessor
Constructors
Accessor
Properties
enclosingCombo
enclosingElement
href
isCanonical
isGetter
kind
overriddenElement
allParameters
annotations
canHaveParameters
canonicalLibrary
crossdartHtmlTag
definingLibrary
documentation
documentationAsHtml
documentationFrom
element
elementLocation
exportedInLibraries
features
featuresAsString
fullyQualifiedName
fullyQualifiedNameWithoutLibrary
genericParameters
hasAnnotations
hasDocumentation
hasExtendedDocumentation
hashCode
hasParameters
hasSourceCode
htmlId
isAsynchronous
isConst
isDeprecated
isExecutable
isFinal
isLocalElement
isPropertyAccessor
isPropertyInducer
isStatic
library
lineAndColumn
linkedName
linkedParamsLines
linkedParamsNoMetadata
linkedParamsNoMetadataOrNames
modelType
name
nameWithGenerics
oneLineDoc
overriddenDepth
overriddenDocumentedElement
package
parameters
runtimeType
sourceCode
sourceFileName
usedElements
Methods
warn
annotationsFromMetadata
canOverride
clearSourceCodeCache
compareTo
linkedParams
noSuchMethod
toString
Operators
operator ==
bool
isGetter
Source
bool get isGetter => _accessor.isGetter;
property isGetter