ActionState constructor

ActionState({
  1. required Map<String, dynamic> actions,
})

Implementation

ActionState({required this.actions});