TopicConfigurationDeprecated constructor

TopicConfigurationDeprecated({
  1. Event? event,
  2. List<Event>? events,
  3. String? id,
  4. String? topic,
})

Implementation

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