dartdoc
dartdoc
Parameter
property kind
kind
class Parameter
Constructors
Parameter
Properties
defaultValue
enclosingElement
hasDefaultValue
href
htmlId
isOptional
isOptionalNamed
isOptionalPositional
kind
allParameters
annotations
canHaveParameters
canonicalLibrary
definingLibrary
documentation
documentationAsHtml
documentationFrom
element
elementLocation
exportedInLibraries
features
featuresAsString
fullyQualifiedName
fullyQualifiedNameWithoutLibrary
genericParameters
hasAnnotations
hasDocumentation
hasExtendedDocumentation
hashCode
hasParameters
isAsynchronous
isCanonical
isConst
isDeprecated
isExecutable
isFinal
isLocalElement
isPropertyAccessor
isPropertyInducer
isStatic
library
lineAndColumn
linkedName
linkedParamsLines
linkedParamsNoMetadata
linkedParamsNoMetadataOrNames
modelType
name
nameWithGenerics
oneLineDoc
overriddenDepth
overriddenDocumentedElement
overriddenElement
package
parameters
runtimeType
sourceFileName
usedElements
Methods
toString
annotationsFromMetadata
canOverride
compareTo
linkedParams
noSuchMethod
warn
Operators
operator ==
String
kind
A human-friendly name for the kind of element this is.
Source
@override String get kind => 'parameter';
property kind