pip_services3_commons
pip_services3_commons
ArraySchema
setValueType method
setValueType
pip_services3_commons
pip_services3_commons
ArraySchema
setValueType method
ArraySchema class
Constructors
ArraySchema
Properties
hashCode
runtimeType
Methods
getValueType
performValidation
setValueType
getRules
isRequired
makeOptional
makeRequired
noSuchMethod
performTypeValidation
setRequired
setRules
toString
validate
validateAndReturnException
validateAndThrowException
withRule
Operators
operator ==
setValueType
method
void
setValueType
(
dynamic
value
)
Sets the type of array elements. Null means that elements may have any type.
value
a type of array elements.