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