imports property

  1. @override
Iterable<Directive> get imports

All imports that have so far been added implicitly via allocate.

Implementation

@override
Iterable<Directive> get imports =>
    _imports.keys.map((u) => Directive.import(u, as: '_i${_imports[u]}'));