eventStateHistory property

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

The history map that stores the event-state history.

Implementation

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