dartdoc
dartdoc
Constructor
property kind
kind
class Constructor
Constructors
Constructor
Properties
enclosingElement
fullKind
fullyQualifiedName
href
isConst
isFactory
kind
name
shortName
allParameters
annotations
canHaveParameters
canonicalLibrary
crossdartHtmlTag
definingLibrary
documentation
documentationAsHtml
documentationFrom
element
elementLocation
exportedInLibraries
features
featuresAsString
fullyQualifiedNameWithoutLibrary
genericParameters
hasAnnotations
hasDocumentation
hasExtendedDocumentation
hashCode
hasParameters
hasSourceCode
htmlId
isAsynchronous
isCanonical
isDeprecated
isExecutable
isFinal
isLocalElement
isPropertyAccessor
isPropertyInducer
isStatic
library
lineAndColumn
linkedName
linkedParamsLines
linkedParamsNoMetadata
linkedParamsNoMetadataOrNames
modelType
nameWithGenerics
oneLineDoc
overriddenDepth
overriddenDocumentedElement
overriddenElement
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 => 'constructor';
property kind