W3cubDocs

/Dart 2

findLibrary method

LibraryMirror findLibrary (Symbol libraryName)

Returns the unique library named libraryName if it exists.

If no unique library exists, an error is thrown.

Implementation

external LibraryMirror findLibrary(Symbol libraryName);

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