FlowNodeStatus constructor

FlowNodeStatus({
  1. required String status,
  2. required String name,
})

Implementation

FlowNodeStatus({
  required this.status,
  required this.name,
});