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