toData method

StepItemData toData()

Implementation

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