dartdoc
dartdoc
Method
property kind
kind
class Method
Constructors
Method
inherited
Properties
enclosingElement
features
fileName
fullkind
genericParameters
href
isInherited
isOperator
isStatic
kind
linkedReturnType
nameWithGenerics
overriddenElement
typeName
typeParameters
allParameters
annotations
canHaveParameters
canonicalEnclosingElement
canonicalLibrary
crossdartHtmlTag
definingEnclosingElement
definingLibrary
documentation
documentationAsHtml
documentationFrom
element
elementLocation
exportedInLibraries
featuresAsString
fullyQualifiedName
fullyQualifiedNameWithoutLibrary
hasAnnotations
hasDocumentation
hasExtendedDocumentation
hashCode
hasParameters
hasSourceCode
htmlId
inheritance
isAsynchronous
isCanonical
isConst
isDeprecated
isExecutable
isFinal
isLocalElement
isPropertyAccessor
isPropertyInducer
library
lineAndColumn
linkedName
linkedParamsLines
linkedParamsNoMetadata
linkedParamsNoMetadataOrNames
modelType
name
oneLineDoc
overriddenDepth
overriddenDocumentedElement
package
parameters
runtimeType
sourceCode
sourceFileName
usedElements
Methods
annotationsFromMetadata
canOverride
clearSourceCodeCache
compareTo
linkedParams
noSuchMethod
toString
warn
Operators
operator ==
String
kind
A human-friendly name for the kind of element this is.
Source
@override String get kind => 'method';
property kind