HashedAllocator class
The reason to use this allocator is to avoid changing in the alias of the imports With this allocator, we can hash the url of the import and use it as an alias This will make sure that the alias is consistent across multiple runs avoiding conflicts
Constructors
Properties
Methods
-
allocate(
Reference reference) → String -
Returns a reference string given a
referenceobject. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited