MultiStageFormStageProgress

data class MultiStageFormStageProgress(val step: Int, val total: Int)

Constructors

Link copied to clipboard
constructor(step: Int, total: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val step: Int
Link copied to clipboard
val total: Int