dartdoc
dartdoc
GetterSetterCombo
property hasExplicitSetter
hasExplicitSetter
class GetterSetterCombo
Constructors
GetterSetterCombo
Properties
arrow
canHaveParameters
genericParameters
getter
getterSetterDocumentationComment
hasExplicitGetter
hasExplicitSetter
hasGetter
hasGetterNoSetter
hasImplicitSetter
hasNoGetterSetter
hasSetter
linkedParamsNoMetadata
linkedReturnType
parameters
readOnly
readWrite
setter
writeOnly
allParameters
annotations
canonicalLibrary
definingLibrary
documentation
documentationAsHtml
documentationFrom
element
elementLocation
exportedInLibraries
features
featuresAsString
fullyQualifiedName
fullyQualifiedNameWithoutLibrary
hasAnnotations
hasDocumentation
hasExtendedDocumentation
hashCode
hasParameters
href
htmlId
isAsynchronous
isCanonical
isConst
isDeprecated
isExecutable
isFinal
isLocalElement
isPropertyAccessor
isPropertyInducer
isStatic
kind
library
lineAndColumn
linkedName
linkedParamsLines
linkedParamsNoMetadataOrNames
modelType
name
nameWithGenerics
oneLineDoc
overriddenDepth
overriddenDocumentedElement
overriddenElement
package
runtimeType
sourceFileName
usedElements
Methods
annotationsFromMetadata
canOverride
compareTo
linkedParams
noSuchMethod
toString
warn
Operators
operator ==
bool
hasExplicitSetter
Source
bool get hasExplicitSetter => hasSetter && !_setter.isSynthetic;
property hasExplicitSetter