WorkflowIDs constructor

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

Implementation

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