libraryImports property

Map<String, LibraryImport> libraryImports

Stores all the library imports specified by user including those for ffi and pkg_ffi.

Implementation

Map<String, LibraryImport> get libraryImports => _libraryImports;