ActionFeedbackDTOInternal constructor

ActionFeedbackDTOInternal({
  1. String? id,
  2. ActionFeedbackDTOInternalStatusEnum? status,
  3. String? label,
  4. String? actionLabel,
})

Returns a new ActionFeedbackDTOInternal instance.

Implementation

ActionFeedbackDTOInternal({
  this.id,
  this.status,
  this.label,
  this.actionLabel,
});