sourceImports property

List<String> sourceImports
final

Multiple barrel file import paths for source code. Each barrel is imported with a unique prefix ($pkg, $pkg2, etc.). When set, sourceImport is ignored.

Implementation

final List<String> sourceImports;