PubsubDestination constructor

PubsubDestination({
  1. String? topic,
})

Implementation

PubsubDestination({
  this.topic,
});