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 maxLength: UInt?

minLength

val minLength: UInt?