get

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

Retrieves the value associated with the given parameter name from the map of parameters.

Return

The value associated with the provided parameter name, or null if no such value exists.

Parameters

name

The name of the parameter to retrieve the value for.