PublishedWorkflowId constructor

PublishedWorkflowId({
  1. String? entityId,
  2. required String name,
})

Implementation

PublishedWorkflowId({this.entityId, required this.name});