Action constructor
Action({
- required ActionType type,
- dynamic value,
- String? id,
Implementation
Action({required this.type, this.value, this.id});
Action({required this.type, this.value, this.id});