ActionFeedbackDTOInternal constructor
ActionFeedbackDTOInternal({
- String? id,
- ActionFeedbackDTOInternalStatusEnum? status,
- String? label,
- String? actionLabel,
Returns a new ActionFeedbackDTOInternal instance.
Implementation
ActionFeedbackDTOInternal({
this.id,
this.status,
this.label,
this.actionLabel,
});