parts property

  1. @Deprecated('Use CompilationUnitElement.parts')
List<PartElement> get parts

The list of part directives of this library.

Implementation

@Deprecated('Use CompilationUnitElement.parts')
List<PartElement> get parts;