ActionResponse constructor

ActionResponse({
  1. UserActionLog action,
  2. List<UserActionLog> actions,
})

Implementation

ActionResponse({this.action, this.actions});