innerModules property

Map<Type, Module> innerModules
final

Contains a list of all BindContexts that will need to be active when this route is active.

Implementation

final Map<Type, Module> innerModules;