units property
The compilation units this library consists of.
This includes the defining compilation unit and units included using the
part
directive.
Implementation
@Deprecated(elementModelDeprecationMsg)
List<CompilationUnitElement> get units;