eventStateHistory property

  1. @protected
Map<FastNavigationSplitViewBlocEvent<FastItem>, List<String>> eventStateHistory
finalinherited

The history map that stores the event-state history.

Implementation

@protected
final Map<E, List<String>> eventStateHistory = {};