units property
List<CompilationUnitElement>
get
units
Return a list containing all of 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;