ValidationRevision

class ValidationRevision(from: Int, to: Int?, val values: List<String>, val required: Boolean) : RangeRevision

Constructors

Link copied to clipboard
constructor(from: Int, to: Int?, values: List<String>, required: Boolean)

Properties

Link copied to clipboard
val from: Int
Link copied to clipboard
Link copied to clipboard
var to: Int?
Link copied to clipboard