Subscription constructor

Subscription({
  1. DeliveryConfig? deliveryConfig,
  2. ExportConfig? exportConfig,
  3. String? name,
  4. String? topic,
})

Implementation

Subscription({
  this.deliveryConfig,
  this.exportConfig,
  this.name,
  this.topic,
});