CloudflareWorkflowCreateOptions constructor

const CloudflareWorkflowCreateOptions({
  1. String? id,
  2. Object? params,
  3. Object? successRetention,
  4. Object? errorRetention,
})

Creates a CloudflareWorkflowCreateOptions value.

Implementation

const CloudflareWorkflowCreateOptions({
  this.id,
  this.params,
  this.successRetention,
  this.errorRetention,
});