PubSub constructor

PubSub({
  1. Map<String, String>? attributes,
  2. List<ConfigVariable>? configVariables,
  3. String? projectId,
  4. String? topicId,
})

Implementation

PubSub({this.attributes, this.configVariables, this.projectId, this.topicId});