Ack constructor

Ack({
  1. bool? ignoreNotFound,
  2. List<Object?>? key,
  3. String? queue,
})

Implementation

Ack({this.ignoreNotFound, this.key, this.queue});