ActionStack constructor

ActionStack({
  1. required ActionStackType type,
  2. required Action action,
})

Implementation

ActionStack({required this.type, required this.action});