CloudflareWorkflowError constructor

const CloudflareWorkflowError({
  1. required String name,
  2. required String message,
})

Creates a CloudflareWorkflowError value.

Implementation

const CloudflareWorkflowError({required this.name, required this.message});