isOriginDeclaration property

bool get isOriginDeclaration

Whether the function is from an explicit FunctionDeclaration.

When this is true, isOriginLoadLibrary is false.

Implementation

bool get isOriginDeclaration;