ActionEntity constructor

ActionEntity({
  1. required String actionType,
})

Implementation

ActionEntity({required this.actionType});