DOOActionData constructor

DOOActionData({
  1. required DOOActionType action,
})

Implementation

DOOActionData({required this.action});