Action constructor

Action({
  1. required ActionType type,
  2. dynamic value,
  3. String? id,
})

Implementation

Action({required this.type, this.value, this.id});