toMap method

JsonMap toMap()

Implementation

JsonMap toMap() => {
      'workflowId': workflowId,
      'currentIndex': currentIndex,
      'completedStepIds': completedStepIds,
      'completed': completed,
    };