imports property
Return a list containing all of the imports defined in this library.
Implementation
@Deprecated('Use libraryImports instead')
List<ImportElement> get imports;
Return a list containing all of the imports defined in this library.
@Deprecated('Use libraryImports instead')
List<ImportElement> get imports;