parts property
List<CompilationUnitElement>
get
parts
Return a list containing all of the compilation units that are included in
this library using a part
directive. This does not include the defining
compilation unit that contains the part
directives.
Implementation
List<CompilationUnitElement> get parts;