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