get

abstract operator fun get(key: String): KpaElement?(source)

Returns the value associated with key, or null if absent.

Return

The associated KpaElement, or null.

Parameters

key

The key to look up.