PubsubDestination constructor

PubsubDestination({
  1. String? pubsubTopic,
})

Implementation

PubsubDestination({
  this.pubsubTopic,
});