Subscription constructor
Subscription({
- DeliveryConfig? deliveryConfig,
- ExportConfig? exportConfig,
- String? name,
- String? topic,
Implementation
Subscription({this.deliveryConfig, this.exportConfig, this.name, this.topic});