CloudPubsubTopic constructor

CloudPubsubTopic({
  1. String? topicName,
})

Implementation

CloudPubsubTopic({
  this.topicName,
});