parts property

  1. @Deprecated('Use parts2 instead')
List<CompilationUnitElement> 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

@Deprecated('Use parts2 instead')
List<CompilationUnitElement> get parts;