dart / 1 / dart-mirrors / mirrorsystem / findlibrary.html

findLibrary method

LibraryMirror findLibrary(Symbol libraryName)

Returns the unique library named libraryName if it exists.

If no unique library exists, an error is thrown.

Source

external LibraryMirror findLibrary(Symbol libraryName);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-mirrors/MirrorSystem/findLibrary.html