ConfigStreamDeliveryInfo constructor
ConfigStreamDeliveryInfo({
- String? lastErrorCode,
- String? lastErrorMessage,
- DeliveryStatus? lastStatus,
- DateTime? lastStatusChangeTime,
Implementation
ConfigStreamDeliveryInfo({
this.lastErrorCode,
this.lastErrorMessage,
this.lastStatus,
this.lastStatusChangeTime,
});