PubsubNotificationSettings constructor

PubsubNotificationSettings({
  1. String? cloudTopicName,
  2. String? kind,
  3. List<String>? registeredEvents,
})

Implementation

PubsubNotificationSettings({
  this.cloudTopicName,
  this.kind,
  this.registeredEvents,
});