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