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