RegularImporter class

Used to register all dependencies of the TypeReferences used within the configuration.

Inheritance

Constructors

RegularImporter({Iterable<String> exclude = const ['dart:core']})
Used to register all dependencies of the TypeReferences used within the configuration.

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