CreateCustomActionTypeOutput constructor

CreateCustomActionTypeOutput({
  1. required ActionType actionType,
  2. List<Tag>? tags,
})

Implementation

CreateCustomActionTypeOutput({
  required this.actionType,
  this.tags,
});