PostSurgery

@Serializable
data class PostSurgery(step: SurgicalProcessStep) : SurgicalProcessState

Post-surgery state with the currentStep.

Constructors

Link copied to clipboard
constructor(step: SurgicalProcessStep)

Properties

Link copied to clipboard