exports property

  1. @Deprecated('Use libraryExports instead')
List<ExportElement> exports

Return a list containing all of the exports defined in this library.

Implementation

@Deprecated('Use libraryExports instead')
List<ExportElement> get exports;