asExternalDeclaration

Deprecated

Will be removed in version 0.19.0

Replace with

sourceDeclaration?.asExternalDeclaration()

Represents the external declaration associated with this declaration. An external type refers to a type that is defined outside the project's codebase. for e.g. in external library.

Return

the external declaration associated with this declaration.