CaptureNumberSupport

data class CaptureNumberSupport(val _limitless: Int? = null, val minNumber: Int? = null, val maxNumber: Int? = null)

Capture number support

Constructors

Link copied to clipboard
constructor(_limitless: Int? = null, minNumber: Int? = null, maxNumber: Int? = null)

Properties

Link copied to clipboard
val _limitless: Int? = null

Unlimited

Link copied to clipboard
val maxNumber: Int? = null

maximum value

Link copied to clipboard
val minNumber: Int? = null

minimum value