declaredElement2 property

LocalFunctionElement? get declaredElement2

The element defined by this local function declaration.

Returns null if the AST structure hasn't been resolved or if this node is not a local function.

Implementation

LocalFunctionElement? get declaredElement2;