WorkflowSimpleCondition constructor

WorkflowSimpleCondition({
  1. Map<String, dynamic>? configuration,
  2. required String nodeType,
  3. required String type,
})

Implementation

WorkflowSimpleCondition(
    {this.configuration, required this.nodeType, required this.type});