CreateWorkflowStatusDetails constructor

CreateWorkflowStatusDetails({
  1. required String id,
  2. Map<String, dynamic>? properties,
})

Implementation

CreateWorkflowStatusDetails({required this.id, this.properties});