PlanStep

data class PlanStep(val description: String, val isCompleted: Boolean = false)(source)

Represents a step in the plan.

Constructors

Link copied to clipboard
constructor(description: String, isCompleted: Boolean = false)

Properties

Link copied to clipboard

The description of the step.

Link copied to clipboard

Whether the step has been completed.