pip_services3_commons
pip_services3_commons
MapSchema
setKeyType method
setKeyType
pip_services3_commons
pip_services3_commons
MapSchema
setKeyType 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 ==
setKeyType
method
void
setKeyType
(
dynamic
value
)
Sets the type of map keys. Null means that keys may have any type.
value
a type of map keys.