ActionStack constructor
ActionStack({
- required ActionStackType type,
- required Action action,
Implementation
ActionStack({required this.type, required this.action});