TopicConfigurationDeprecated constructor

TopicConfigurationDeprecated(
  1. String? event,
  2. String? events,
  3. String? id,
  4. String? topic,
)

Implementation

TopicConfigurationDeprecated(
  this.event,
  this.events,
  this.id,
  this.topic,
);