get

open operator override fun get(name: CharSequence): Any?(source)

Retrieves the value associated with the given key from the parameters.

Return

the value associated with the key, or null if the key is not present

Parameters

name

the key for which the value is to be retrieved