toData method
Implementation
StepItemData toData() => StepItemData(
title: title,
description: description,
status: status,
content: content,
);
StepItemData toData() => StepItemData(
title: title,
description: description,
status: status,
content: content,
);