actionTypes property

List<Type> actionTypes
final

The runtime types of Actions to be debounced. All other actions will pass through without interference.

Implementation

final List<Type> actionTypes;