imports property

List<BindContext> imports

Import Binds from other modules. ATTENTION: The binds must be marked with the flag export: true, in the module to be imported.

Implementation

List<BindContext> get imports;