Instructions

class Instructions(val showStepIndex: Boolean, val steps: (error: Throwable) -> Array<String>?)

Constructors

Link copied to clipboard
constructor(showStepIndex: Boolean, steps: (error: Throwable) -> Array<String>?)

Properties

Link copied to clipboard
Link copied to clipboard
val steps: (error: Throwable) -> Array<String>?