setValue

open fun setValue(keyword: String?, value: Any?)

Adds the given value with the given name to the keyword arguments. If a keyword argument with the given name is already known, its value is changed. This method and addValue are effectively identical.

Parameters

keyword

the name of the keyword argument

value

the new value for the keyword argument

See also

.addValue