tabRouteStack property

Map<AppTabType, List<UIRouteModel>> Function() tabRouteStack
final

Map of all routes that are currently active in tabs

Implementation

final Map<AppTabType, List<UIRouteModel>> Function() tabRouteStack;