getParam

inline fun <T> getParam(key: String): T?

Gets a parameter

Return

the value or null if not found or not the requested type.

Parameters

key

the key for the parameter.