Step

data class Step(val idx: Int) : FlowLocation

Step at index in current flow.

Constructors

Link copied to clipboard
constructor(idx: Int)

Properties

Link copied to clipboard
val idx: Int