imports property Null safety

  1. @override
Iterable<Directive> imports

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

Implementation

@override
Iterable<Directive> get imports => _imports.map((u) => Directive.import(u));