get

abstract operator fun get(key: String): Any?

Get the runtime argument with the specified name.

Return

The value of the specified argument, null if it is not present.

Parameters

key

The name of the runtime argument