value

fun value(index: Int): Any?(source)

Gets the value parameter at index, if it is set. To distinguish between explicitly passing null and using the default value, use isDefaulted.

See also

Throws

if index is out of bounds for the value parameters.