imports property

  1. @override
List<Module> imports
inherited

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

Implementation

@override
List<Module> get imports => const [];