NoImporter constructor

const NoImporter()

The NoImporter is a constant placeholder for the Context class so we don't have to work with null values.

This importer does not actually register any dependencies to be imported.

Implementation

const NoImporter();