Readonly
Optional
True if the allowable range includes the minimum
True if the allowed value is fixed (e.g. z.length(5)), not a range (z.minLength(5))
z.length(5)
z.minLength(5)
True if the allowable range includes the minimum