CreateCustomActionTypeOutput constructor
CreateCustomActionTypeOutput({
- required ActionType actionType,
- List<
Tag> ? tags,
Implementation
CreateCustomActionTypeOutput({
required this.actionType,
this.tags,
});