IntegerValidation

constructor(min: Int? = null, max: Int? = null, step: Int? = null)