bindContextEntries property

  1. @override
Map<Type, BindContext> bindContextEntries
finalinherited

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

Implementation

@override
final Map<Type, BindContext> bindContextEntries;