ImportCache.none constructor
ImportCache.none()
Creates an import cache without any globally-available importers.
Implementation
ImportCache.none() : _importers = const [];
Creates an import cache without any globally-available importers.
ImportCache.none() : _importers = const [];