CloudflareWorkflowStepReference constructor

const CloudflareWorkflowStepReference({
  1. required String name,
  2. int? count,
  3. String? type,
})

Creates a CloudflareWorkflowStepReference value.

Implementation

const CloudflareWorkflowStepReference({
  required this.name,
  this.count,
  this.type,
});