units property

  1. @Deprecated(elementModelDeprecationMsg)
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

@Deprecated(elementModelDeprecationMsg)
List<CompilationUnitElement> get units;