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
getValueType
performValidation
setKeyType
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 map values. Null means that values may have any type.
value
a type of map values.