DeadLetterConfig constructor

DeadLetterConfig({
  1. String? projectId,
  2. String? topic,
})

Implementation

DeadLetterConfig({
  this.projectId,
  this.topic,
});