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