libraryImports property
- @Deprecated('Use CompilationUnitElement.libraryImports')
The imports defined in this library.
Implementation
@Deprecated('Use CompilationUnitElement.libraryImports')
List<LibraryImportElement> get libraryImports;
The imports defined in this library.
@Deprecated('Use CompilationUnitElement.libraryImports')
List<LibraryImportElement> get libraryImports;