PubSub constructor

PubSub({
  1. bool? enabled,
  2. Filter? filter,
  3. String? topic,
})

Implementation

PubSub({
  this.enabled,
  this.filter,
  this.topic,
});