dartdoc
dartdoc
Library
property hasExceptions
hasExceptions
class Library
Constructors
Library
Properties
allCanonicalModelElements
allClasses
allModelElements
classes
constants
dirName
enclosingElement
enums
exceptions
fileName
functions
hasClasses
hasConstants
hasEnums
hasExceptions
hasFunctions
hasProperties
hasTypedefs
href
inheritanceManager
isAnonymous
isDocumented
isInSdk
kind
library
modelElementsMap
name
package
packageName
path
properties
typedefs
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
lineAndColumn
linkedName
linkedParamsLines
linkedParamsNoMetadata
linkedParamsNoMetadataOrNames
modelType
nameWithGenerics
oneLineDoc
overriddenDepth
overriddenDocumentedElement
overriddenElement
parameters
runtimeType
sourceFileName
usedElements
Methods
getClassByName
hasInExportedNamespace
annotationsFromMetadata
canOverride
compareTo
linkedParams
noSuchMethod
toString
warn
Operators
operator ==
Static methods
getLibraryName
bool
hasExceptions
Source
bool get hasExceptions => _allClasses.any((c) => c.isErrorOrException);
property hasExceptions