ConfigStreamDeliveryInfo constructor

ConfigStreamDeliveryInfo({
  1. String? lastErrorCode,
  2. String? lastErrorMessage,
  3. DeliveryStatus? lastStatus,
  4. DateTime? lastStatusChangeTime,
})

Implementation

ConfigStreamDeliveryInfo({
  this.lastErrorCode,
  this.lastErrorMessage,
  this.lastStatus,
  this.lastStatusChangeTime,
});