CustomerRequestActionsDTO constructor
CustomerRequestActionsDTO({
- CustomerRequestActionDTO? addAttachment,
- CustomerRequestActionDTO? addComment,
- CustomerRequestActionDTO? addParticipant,
- CustomerRequestActionDTO? removeParticipant,
Implementation
CustomerRequestActionsDTO(
{this.addAttachment,
this.addComment,
this.addParticipant,
this.removeParticipant});