AcknowledgeRequest constructor

AcknowledgeRequest({
  1. List<String>? ackIds,
})

Implementation

AcknowledgeRequest({
  this.ackIds,
});