ByteConstraint

class ByteConstraint : Constraint


Summary

Public constructors

ByteConstraint(minLength: UInt?, maxLength: UInt?)

Public properties

UInt?
UInt?

Public constructors

ByteConstraint

ByteConstraint(minLength: UInt?, maxLength: UInt?)

Public properties

maxLength

val maxLengthUInt?

minLength

val minLengthUInt?