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