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