imports property Null safety
All imports that have so far been added implicitly via allocate.
Implementation
@override
Iterable<Directive> get imports => _imports.map((u) => Directive.import(u));
All imports that have so far been added implicitly via allocate.
@override
Iterable<Directive> get imports => _imports.map((u) => Directive.import(u));