LibraryPathSet constructor

LibraryPathSet(
  1. String scope,
  2. List<String> libraryPaths
)

Implementation

LibraryPathSet(this.scope, this.libraryPaths);