get

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

Retrieves the value associated with the given name from the list of parameters.

Return

the value associated with the given name, or null if not found

Parameters

name

the name of the parameter to retrieve