NoImporter class

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.

Inheritance

Constructors

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

Properties

exclude Iterable<String>
The imports to ignore whilst registering references.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
imports Set<Directive>
The imports registered by this importer.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(TypeReference reference) String?
Registers the provided reference to be imported.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited