imports property

  1. @mustBeOverridden
List<Type> get imports

List of other module types that this module depends on.

These modules will be initialized before this module and their dependencies will be available to this module.

Implementation

@mustBeOverridden
List<Type> get imports => [];