DeliveryChannelStatus constructor

DeliveryChannelStatus({
  1. ConfigExportDeliveryInfo? configHistoryDeliveryInfo,
  2. ConfigExportDeliveryInfo? configSnapshotDeliveryInfo,
  3. ConfigStreamDeliveryInfo? configStreamDeliveryInfo,
  4. String? name,
})

Implementation

DeliveryChannelStatus({
  this.configHistoryDeliveryInfo,
  this.configSnapshotDeliveryInfo,
  this.configStreamDeliveryInfo,
  this.name,
});