Declaration class abstract

interface for all Declarations

Implementers

Constructors

Declaration()

Properties

entryPoints Set<String>?
list of entry points this declaration can be reached over. Can be null in case the source doesn't provide entry points
no setter
hashCode int
The hash code for this object.
no setterinherited
isDeprecated bool
determines if this declaration is deprecated
no setter
isExperimental bool
determines if this declaration is experimental
no setter
name String
name of this declaration
no setter
relativePath String
the relative path of the library of this declaraion inside the package
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited