ConfigExportDeliveryInfo constructor

ConfigExportDeliveryInfo({
  1. DateTime? lastAttemptTime,
  2. String? lastErrorCode,
  3. String? lastErrorMessage,
  4. DeliveryStatus? lastStatus,
  5. DateTime? lastSuccessfulTime,
  6. DateTime? nextDeliveryTime,
})

Implementation

ConfigExportDeliveryInfo({
  this.lastAttemptTime,
  this.lastErrorCode,
  this.lastErrorMessage,
  this.lastStatus,
  this.lastSuccessfulTime,
  this.nextDeliveryTime,
});