get

fun get(key: String): Any?

Fetch a custom parameter given its key.

Return

the object as provided when created. Return null if no property is found for the provided key.

Parameters

key

The key to access a custom parameter.