LibraryNotFound constructor

LibraryNotFound(
  1. Iterable<String> missing
)

Constructor

Implementation

LibraryNotFound(Iterable<String> missing)
    : libraryUris = List<String>.from(missing);