WebApiModulesIntegrationsStorefrontStorefrontProgress constructor

const WebApiModulesIntegrationsStorefrontStorefrontProgress({
  1. DateTime? lastUpdated,
  2. bool? failed,
  3. String? failureMessage,
  4. String? failureStackTrace,
  5. String? sessionId,
  6. String? caption,
  7. int? currentStep,
  8. int? totalSteps,
  9. int? percentComplete,
})

Implementation

const WebApiModulesIntegrationsStorefrontStorefrontProgress({
  this.lastUpdated,
  this.failed,
  this.failureMessage,
  this.failureStackTrace,
  this.sessionId,
  this.caption,
  this.currentStep,
  this.totalSteps,
  this.percentComplete,
});