element property

void element=(CompilationUnitElement? element)

Implementation

set element(CompilationUnitElement? element) {
  declaredElement = element;
}