declaredElement property Null safety
Return the element associated with the function, or null
if the AST
structure has not been resolved.
Implementation
ExecutableElement? get declaredElement;
Return the element associated with the function, or null
if the AST
structure has not been resolved.
ExecutableElement? get declaredElement;