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