CustomerRequestActionsDTO constructor

CustomerRequestActionsDTO({
  1. CustomerRequestActionDTO? addAttachment,
  2. CustomerRequestActionDTO? addComment,
  3. CustomerRequestActionDTO? addParticipant,
  4. CustomerRequestActionDTO? removeParticipant,
})

Implementation

CustomerRequestActionsDTO(
    {this.addAttachment,
    this.addComment,
    this.addParticipant,
    this.removeParticipant});